Top |
#define | AGS_EXPANDER_SET_CHILD() |
AgsExpanderSetChild * | ags_expander_set_child_alloc () |
void | ags_expander_set_child_free () |
AgsExpanderSetChild * | ags_expander_set_child_find () |
void | ags_expander_set_add () |
void | ags_expander_set_remove () |
AgsExpanderSet * | ags_expander_set_new () |
AgsExpanderSetChild * ags_expander_set_child_alloc (guint x
,guint y
,guint width
,guint height
);
Allocate AgsExpanderSetChild.
Since: 3.0.0
void
ags_expander_set_child_free (AgsExpanderSetChild *expander_set_child
);
Free expander_set_child
.
Since: 3.2.2
AgsExpanderSetChild * ags_expander_set_child_find (AgsExpanderSet *expander_set
,GtkWidget *child
);
Find child
of expander_set
.
Since: 3.0.0
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: 3.0.0
void ags_expander_set_remove (AgsExpanderSet *expander_set
,GtkWidget *widget
);
Removes a GtkWidget of AgsExpanderSet
Since: 3.0.0
AgsExpanderSet * ags_expander_set_new ();
Creates an AgsExpanderSet
Since: 3.0.0