| Top |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkBox ╰── AgsMachineEditorCollection
AgsMachineEditorCollection is a composite widget to edit all aspects of AgsAudio. It consists of multiple child editor_collections.
GList *
ags_machine_editor_collection_get_bulk
(AgsMachineEditorCollection *machine_editor_collection);
Get bulk.
Since: 4.0.0
void ags_machine_editor_collection_add_bulk (AgsMachineEditorCollection *machine_editor_collection,AgsMachineEditorBulk *bulk);
Add bulk
to machine_editor_collection
.
Since: 4.0.0
void ags_machine_editor_collection_remove_bulk (AgsMachineEditorCollection *machine_editor_collection,AgsMachineEditorBulk *bulk);
Remove bulk
from machine_editor_collection
.
Since: 4.0.0
AgsMachineEditorCollection *
ags_machine_editor_collection_new (GType channel_type);
Creates an AgsMachineEditorCollection
Since: 4.0.0
“channel-type” property“channel-type” GType *
The channel type.
Owner: AgsMachineEditorCollection
Flags: Read / Write
Allowed values: AgsChannel
Since: 4.0.0