| Top |
AgsLineEditorAgsLineEditor — A composite widget to edit AgsChannel |
| #define | AGS_LINE_EDITOR_DEFAULT_VERSION |
| #define | AGS_LINE_EDITOR_DEFAULT_BUILD_ID |
| enum | AgsLineEditorFlags |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GtkVBox ╰── AgsLineEditor
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 assigned AgsChannel to edit.
Flags: Read / Write
Since: 0.3