Top | ![]() |
![]() |
![]() |
![]() |
Functions
|
ags_machine_editor_collection_get_bulk () |
|
ags_machine_editor_collection_add_bulk () |
|
ags_machine_editor_collection_remove_bulk () |
AgsMachineEditorCollection * | ags_machine_editor_collection_new () |
#define | AGS_IS_MACHINE_EDITOR_COLLECTION() |
#define | AGS_IS_MACHINE_EDITOR_COLLECTION_CLASS() |
#define | AGS_MACHINE_EDITOR_COLLECTION() |
#define | AGS_MACHINE_EDITOR_COLLECTION_CLASS() |
#define | AGS_MACHINE_EDITOR_COLLECTION_GET_CLASS() |
|
ags_machine_editor_collection_get_type () |
Types and Values
#define | AGS_TYPE_MACHINE_EDITOR_COLLECTION |
struct | AgsMachineEditorCollection |
struct | AgsMachineEditorCollectionClass |
Object Hierarchy
GObject ╰──GInitiallyUnowned ╰──GtkWidget ╰──GtkBox ╰── AgsMachineEditorCollection
Implemented Interfaces
AgsMachineEditorCollection implements
Description
AgsMachineEditorCollection is a composite widget to edit all aspects of
Functions
ags_machine_editor_collection_get_bulk ()
GList * ags_machine_editor_collection_get_bulk (AgsMachineEditorCollection *machine_editor_collection
);
Get bulk.
Since:
ags_machine_editor_collection_add_bulk ()
void ags_machine_editor_collection_add_bulk (AgsMachineEditorCollection *machine_editor_collection
,AgsMachineEditorBulk *bulk
);
Add bulk
to machine_editor_collection
.
Since:
ags_machine_editor_collection_remove_bulk ()
void ags_machine_editor_collection_remove_bulk (AgsMachineEditorCollection *machine_editor_collection
,AgsMachineEditorBulk *bulk
);
Remove bulk
from machine_editor_collection
.
Since:
ags_machine_editor_collection_new ()
AgsMachineEditorCollection *
ags_machine_editor_collection_new (GType channel_type
);
Creates an AgsMachineEditorCollection
Since:
AGS_IS_MACHINE_EDITOR_COLLECTION()
#define AGS_IS_MACHINE_EDITOR_COLLECTION(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_MACHINE_EDITOR_COLLECTION))
AGS_IS_MACHINE_EDITOR_COLLECTION_CLASS()
#define AGS_IS_MACHINE_EDITOR_COLLECTION_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_MACHINE_EDITOR_COLLECTION))
AGS_MACHINE_EDITOR_COLLECTION()
#define AGS_MACHINE_EDITOR_COLLECTION(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_MACHINE_EDITOR_COLLECTION, AgsMachineEditorCollection))
AGS_MACHINE_EDITOR_COLLECTION_CLASS()
#define AGS_MACHINE_EDITOR_COLLECTION_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_MACHINE_EDITOR_COLLECTION, AgsMachineEditorCollectionClass))
AGS_MACHINE_EDITOR_COLLECTION_GET_CLASS()
#define AGS_MACHINE_EDITOR_COLLECTION_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_MACHINE_EDITOR_COLLECTION, AgsMachineEditorCollectionClass))