| Top |
AgsPadEditorAgsPadEditor — A composite widget to edit AgsChannel |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GtkVBox ╰── AgsPadEditor
AgsPadEditor is a composite widget to edit AgsChannel. It should be packed by an AgsPadEditor.
void ags_pad_editor_set_channel (AgsPadEditor *pad_editor,AgsChannel *channel);
Is called as channel gets modified.
Since: 0.3
AgsPadEditor *
ags_pad_editor_new (AgsChannel *channel);
Creates an AgsPadEditor
Since: 0.3
“channel” property“channel” AgsChannel *
The channel which this pad editor is assigned with.
Flags: Read / Write