| Top |
| AgsLineMemberEditor * | ags_line_member_editor_new () |
| #define | AGS_IS_LINE_MEMBER_EDITOR() |
| #define | AGS_LINE_MEMBER_EDITOR() |
| #define | AGS_LINE_MEMBER_EDITOR_CLASS() |
| #define | AGS_LINE_MEMBER_EDITOR_GET_CLASS() |
| GType | ags_line_member_editor_get_type () |
| enum | AgsLineMemberEditorFlags |
| #define | AGS_TYPE_LINE_MEMBER_EDITOR |
| struct | AgsLineMemberEditor |
| struct | AgsLineMemberEditorClass |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GtkVBox ╰── AgsLineMemberEditor
AgsLineMemberEditor implements AtkImplementorIface, GtkBuildable, GtkOrientable, AgsConnectable and AgsApplicable.
AgsLineMemberEditor is a composite widget to modify line member. A line member editor should be packed by a AgsLineEditor. You may add/remove plugins with this editor.
AgsLineMemberEditor * ags_line_member_editor_new ();
Create a new instance of AgsLineMemberEditor
Since: 3.0.0
#define AGS_IS_LINE_MEMBER_EDITOR(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_LINE_MEMBER_EDITOR))
#define AGS_LINE_MEMBER_EDITOR(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_LINE_MEMBER_EDITOR, AgsLineMemberEditor))
#define AGS_LINE_MEMBER_EDITOR_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_LINE_MEMBER_EDITOR, AgsLineMemberEditorClass))
#define AGS_LINE_MEMBER_EDITOR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_LINE_MEMBER_EDITOR, AgsLineMemberEditorClass))