| Top |
| #define | AGS_EXPANDER_SET_CHILD() |
| AgsExpanderSetChild * | ags_expander_set_child_alloc () |
| AgsExpanderSetChild * | ags_expander_set_child_find () |
| void | ags_expander_set_set_flags () |
| void | ags_expander_set_add () |
| void | ags_expander_set_remove () |
| AgsExpanderSet * | ags_expander_set_new () |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkTable ╰── AgsExpanderSet
AgsExpanderSetChild * ags_expander_set_child_alloc (guint x,guint y,guint width,guint height);
AgsExpanderSetChild * ags_expander_set_child_find (AgsExpanderSet *expander_set,GtkWidget *child);
void ags_expander_set_set_flags (AgsExpanderSet *expander_set,guint flags);
void ags_expander_set_add (AgsExpanderSet *expander_set,GtkWidget *widget,guint x,guint y,guint width,guint height);
Adds a GtkWidget to AgsExpanderSet
expander_set |
the AgsExpanderSet |
|
widget |
the child GtkWidget |
|
x |
x-position |
|
y |
y-position |
|
width |
allocation width |
|
height |
allocation height |
Since: 0.4
void ags_expander_set_remove (AgsExpanderSet *expander_set,GtkWidget *widget);
Removes a GtkWidget of AgsExpanderSet
Since: 0.4
AgsExpanderSet * ags_expander_set_new (guint width,guint height);
Creates an AgsExpanderSet
Since: 0.4