![]() |
![]() |
![]() |
swamigui Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces |
SwamiguiTreeStorePatch; SwamiguiTreeStorePatch * swamigui_tree_store_patch_new (void); void swamigui_tree_store_patch_item_add (SwamiguiTreeStore *store, GObject *item); void swamigui_tree_store_patch_item_changed (SwamiguiTreeStore *store, GObject *item);
SwamiguiTreeStorePatch implements GtkBuildable, GtkTreeModel, GtkTreeDragSource, GtkTreeDragDest and GtkTreeSortable.
SwamiguiTreeStorePatch * swamigui_tree_store_patch_new (void);
Create a new patch tree store for instruments.
Returns : |
New patch tree store object with a ref count of 1. |
void swamigui_tree_store_patch_item_add (SwamiguiTreeStore *store, GObject *item);
Function used as item_add method of SwamiguiTreeStorePatchClass. Might be useful to other tree store types.
|
Patch tree store |
|
Item to add |
void swamigui_tree_store_patch_item_changed (SwamiguiTreeStore *store, GObject *item);
Function used as item_changed method of SwamiguiTreeStorePatchClass. Might be useful to other tree store types.
|
Patch tree store |
|
Item that changed |