| 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 () |
| #define | AGS_EXPANDER_SET() |
| #define | AGS_EXPANDER_SET_CLASS() |
| #define | AGS_EXPANDER_SET_GET_CLASS() |
| #define | AGS_IS_EXPANDER_SET() |
| #define | AGS_IS_EXPANDER_SET_CLASS() |
| GType | ags_expander_set_get_type () |
| enum | AgsExpanderSetFlags |
| struct | AgsExpanderSetChild |
| #define | AGS_TYPE_EXPANDER_SET |
| struct | AgsExpanderSet |
| struct | AgsExpanderSetClass |
AgsExpanderSet implements GtkAccessible, GtkBuildable, GtkConstraintTarget and GtkOrientable.
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
#define AGS_EXPANDER_SET(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_EXPANDER_SET, AgsExpanderSet))
#define AGS_EXPANDER_SET_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_EXPANDER_SET, AgsExpanderSetClass))
#define AGS_EXPANDER_SET_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_EXPANDER_SET, AgsExpanderSetClass))
#define AGS_IS_EXPANDER_SET(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_EXPANDER_SET))
#define AGS_IS_EXPANDER_SET_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_EXPANDER_SET))