| Top |
Functions
| #define | AGS_EXPANDER_SET_CHILD() |
| AgsExpanderSetChild * | ags_expander_set_child_alloc () |
|
|
ags_expander_set_child_free () |
| AgsExpanderSetChild * | ags_expander_set_child_find () |
|
|
ags_expander_set_set_flags () |
|
|
ags_expander_set_add () |
|
|
ags_expander_set_remove () |
| AgsExpanderSet * | ags_expander_set_new () |
Object Hierarchy
GObject ╰──GInitiallyUnowned ╰──GtkWidget ╰──GtkContainer ╰──GtkTable ╰── AgsExpanderSet
Functions
ags_expander_set_child_alloc ()
AgsExpanderSetChild * ags_expander_set_child_alloc (,guint x,guint y,guint width);guint height
Allocate
Since:
ags_expander_set_child_free ()
void ags_expander_set_child_free (AgsExpanderSetChild *expander_set_child);
Free expander_set_child
.
Since:
ags_expander_set_child_find ()
AgsExpanderSetChild * ags_expander_set_child_find (AgsExpanderSet *expander_set,);GtkWidget *child
Find child
of expander_set
.
Since:
ags_expander_set_set_flags ()
void ags_expander_set_set_flags (AgsExpanderSet *expander_set,);guint flags
ags_expander_set_add ()
void ags_expander_set_add (AgsExpanderSet *expander_set,,GtkWidget *widget,guint x,guint y,guint width);guint height
Adds a
Parameters
expander_set |
the AgsExpanderSet |
|
widget |
the child |
|
x |
x-position |
|
y |
y-position |
|
width |
allocation width |
|
height |
allocation height |
Since:
ags_expander_set_remove ()
void ags_expander_set_remove (AgsExpanderSet *expander_set,);GtkWidget *widget
Removes a
Since:
ags_expander_set_new ()
AgsExpanderSet * ags_expander_set_new (,guint width);guint height
Creates an AgsExpanderSet
Since: