Top | ![]() |
![]() |
![]() |
![]() |
void | ags_machine_collection_reload () |
void | ags_machine_collection_add_entry () |
AgsMachineCollection * | ags_machine_collection_new () |
#define | AGS_IS_MACHINE_COLLECTION() |
#define | AGS_MACHINE_COLLECTION() |
#define | AGS_MACHINE_COLLECTION_CLASS() |
#define | AGS_MACHINE_COLLECTION_GET_CLASS() |
GType | ags_machine_collection_get_type () |
enum | AgsMachineCollectionFlags |
#define | AGS_TYPE_MACHINE_COLLECTION |
struct | AgsMachineCollection |
struct | AgsMachineCollectionClass |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GtkVBox ╰── AgsMachineCollection
AgsMachineCollection implements AtkImplementorIface, GtkBuildable, GtkOrientable, AgsConnectable and AgsApplicable.
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_parameter_count
,GParameter *child_parameter
);
Creates an AgsMachineCollection
child_type |
the child type |
|
child_parameter_count |
the child parameter count |
|
child_parameter |
the child parameters |
Since: 2.0.0
#define AGS_IS_MACHINE_COLLECTION(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_MACHINE_COLLECTION))
#define AGS_MACHINE_COLLECTION(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_MACHINE_COLLECTION, AgsMachineCollection))
#define AGS_MACHINE_COLLECTION_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_MACHINE_COLLECTION, AgsMachineCollectionClass))
#define AGS_MACHINE_COLLECTION_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_MACHINE_COLLECTION, AgsMachineCollectionClass))