| Top |
AgsLineEditorAgsLineEditor — A composite widget to edit AgsChannel |
| void | ags_line_editor_set_channel () |
| AgsLineEditor * | ags_line_editor_new () |
| #define | AGS_IS_LINE_EDITOR() |
| #define | AGS_IS_LINE_EDITOR_CLASS() |
| #define | AGS_LINE_EDITOR() |
| #define | AGS_LINE_EDITOR_CLASS() |
| #define | AGS_LINE_EDITOR_GET_CLASS() |
| GType | ags_line_editor_get_type () |
| #define | AGS_LINE_EDITOR_DEFAULT_VERSION |
| #define | AGS_LINE_EDITOR_DEFAULT_BUILD_ID |
| enum | AgsLineEditorFlags |
| #define | AGS_TYPE_LINE_EDITOR |
| struct | AgsLineEditor |
| struct | AgsLineEditorClass |
GObject ╰── GInitiallyUnowned ╰── 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: 3.0.0
AgsLineEditor *
ags_line_editor_new (AgsChannel *channel);
Create a new instance of AgsLineEditor
Since: 3.0.0
#define AGS_IS_LINE_EDITOR(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_LINE_EDITOR))
#define AGS_IS_LINE_EDITOR_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_LINE_EDITOR))
#define AGS_LINE_EDITOR(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_LINE_EDITOR, AgsLineEditor))
#define AGS_LINE_EDITOR_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_LINE_EDITOR, AgsLineEditorClass))
#define AGS_LINE_EDITOR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_LINE_EDITOR, AgsLineEditorClass))
“channel” property“channel” AgsChannel *
The assigned AgsChannel to edit.
Owner: AgsLineEditor
Flags: Read / Write
Since: 3.0.0