| Top |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── AgsMachineCollection
AgsMachineCollection is a composite widget which packs several AgsMachineCollectionEntry widgets.
void
ags_machine_collection_reload (AgsMachineCollection *machine_collection);
void ags_machine_collection_add_entry (AgsMachineCollection *machine_collection,GtkWidget *machine);
AgsMachineCollection * ags_machine_collection_new (GType child_type,guint child_n_properties,gchar **child_strv,GValue *child_value);
Creates an AgsMachineCollection
child_type |
the child type |
|
child_n_properties |
the child properties count |
|
child_strv |
the child string vector |
|
child_value |
the child value array |
Since: 3.0.0