Top |
AgsLineEditorAgsLineEditor — A composite widget to edit AgsChannel |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GtkVBox ╰── AgsLineEditor
AgsLineEditor implements AtkImplementorIface, GtkBuildable, GtkOrientable, AgsConnectable and AgsApplicable.
AgsLineEditor is a composite widget to edit AgsChannel. It should be packed by an AgsPadEditor.
void ags_line_editor_set_channel (AgsLineEditor *line_editor
,AgsChannel *channel
);
Is called as channel gets modified.
Since: 0.3
AgsLineEditor *
ags_line_editor_new (AgsChannel *channel
);
Creates an AgsLineEditor
Since: 0.3
“channel”
property“channel” AgsChannel *
The channel which this pad editor is assigned with.
Flags: Read / Write
Since: 0.3