swamigui Reference Manual | ||||
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
SwamiguiModEdit; GtkWidget * swamigui_mod_edit_new (void
); void swamigui_mod_edit_set_selection (SwamiguiModEdit *modedit
,IpatchList *selection
);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkScrolledWindow +----SwamiguiModEdit
SwamiguiModEdit implements AtkImplementorIface, GtkBuildable and SwamiguiPanel.
GtkWidget * swamigui_mod_edit_new (void
);
Create a new modulator editor object
Returns : |
New widget of type SwamiguiModEdit |
void swamigui_mod_edit_set_selection (SwamiguiModEdit *modedit
,IpatchList *selection
);
Set item to edit modulator list of. If item
does not implement the
IpatchSF2ModItem interface then it is deactivated.
|
Modulation editor object |
|
Item selection to assign to modulator editor or NULL (should
currently contain one item only)
|