BEAST/BSE - Better Audio System and Sound Engine
0.8.2
|
#include "bstutils.hh"
Go to the source code of this file.
Classes | |
struct | BstItemView |
struct | BstItemViewClass |
Defines | |
#define | BST_TYPE_ITEM_VIEW |
#define | BST_ITEM_VIEW(object) |
#define | BST_ITEM_VIEW_CLASS(klass) |
#define | BST_IS_ITEM_VIEW(object) |
#define | BST_IS_ITEM_VIEW_CLASS(klass) |
#define | BST_ITEM_VIEW_GET_CLASS(obj) |
#define | BST_ITEM_VIEW_TREE_HEIGHT |
Functions | |
GType | bst_item_view_get_type (void) |
void | bst_item_view_select (BstItemView *item_view, SfiProxy item) |
SfiProxy | bst_item_view_get_current (BstItemView *item_view) |
SfiProxy | bst_item_view_get_proxy (BstItemView *item_view, gint row) |
gint | bst_item_view_get_proxy_row (BstItemView *self, SfiProxy item) |
void | bst_item_view_set_container (BstItemView *item_view, SfiProxy new_container) |
void | bst_item_view_set_tree (BstItemView *item_view, GtkTreeView *tree) |
void | bst_item_view_complete_tree (BstItemView *self, GtkTreeView *tree) |
void | bst_item_view_build_param_view (BstItemView *self, GtkContainer *container) |
void | bst_item_view_refresh (BstItemView *self, SfiProxy item) |
void | bst_item_view_name_edited (BstItemView *self, const gchar *strpath, const gchar *text) |
void | bst_item_view_blurb_edited (BstItemView *self, const gchar *strpath, const gchar *text) |
void | bst_item_view_enable_param_view (BstItemView *self, gboolean enabled) |
GtkTreeModel * | bst_item_view_adapt_list_wrapper (BstItemView *self, GxkListWrapper *lwrapper) |