| 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 ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── 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: 3.0.0
AgsLineEditor *
ags_line_editor_new (AgsChannel *channel);
Create a new instance of AgsLineEditor
Since: 3.0.0
“channel” property“channel” AgsChannel *
The assigned AgsChannel to edit.
Owner: AgsLineEditor
Flags: Read / Write
Since: 3.0.0