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