| Top |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkTable ╰── AgsOutputCollectionEditor
AgsOutputCollectionEditor is a composite widget to modify audio connections. A output collection editor should be packed by a AgsConnectionEditor.
void
ags_output_collection_editor_check (AgsOutputCollectionEditor *output_collection_editor);
Checks for possible channels to output. And modifies its ranges.
Since: 0.7.65
AgsOutputCollectionEditor *
ags_output_collection_editor_new (GType channel_type);
Creates an AgsOutputCollectionEditor
Since: 0.7.65
“channel-type” property“channel-type” GType *
The channel type to apply to. Either AGS_TYPE_INPUT or AGS_TYPE_OUTPUT.
Flags: Read / Write
Allowed values: void
Since: 0.7.65