krähemann.com

AgsLineMemberEditor

AgsLineMemberEditor — Edit line member's aspects.

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBox
                    ╰── GtkVBox
                        ╰── AgsLineMemberEditor

Implemented Interfaces

AgsLineMemberEditor implements AtkImplementorIface, GtkBuildable, GtkOrientable, AgsConnectable and AgsApplicable.

Includes

#include <ags/X/ags_line_member_editor.h>

Description

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.

Functions

ags_line_member_editor_new ()

AgsLineMemberEditor *
ags_line_member_editor_new ();

Create a new instance of AgsLineMemberEditor

Returns

the new AgsLineMemberEditor

Since: 3.0.0


AGS_IS_LINE_MEMBER_EDITOR()

#define AGS_IS_LINE_MEMBER_EDITOR(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_LINE_MEMBER_EDITOR))

AGS_LINE_MEMBER_EDITOR()

#define AGS_LINE_MEMBER_EDITOR(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_LINE_MEMBER_EDITOR, AgsLineMemberEditor))

AGS_LINE_MEMBER_EDITOR_CLASS()

#define AGS_LINE_MEMBER_EDITOR_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_LINE_MEMBER_EDITOR, AgsLineMemberEditorClass))

AGS_LINE_MEMBER_EDITOR_GET_CLASS()

#define AGS_LINE_MEMBER_EDITOR_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_LINE_MEMBER_EDITOR, AgsLineMemberEditorClass))

ags_line_member_editor_get_type ()

GType
ags_line_member_editor_get_type (void);

Types and Values

enum AgsLineMemberEditorFlags

Members

AGS_LINE_MEMBER_EDITOR_CONNECTED

   

AGS_TYPE_LINE_MEMBER_EDITOR

#define AGS_TYPE_LINE_MEMBER_EDITOR                (ags_line_member_editor_get_type())

struct AgsLineMemberEditor

struct AgsLineMemberEditor;

struct AgsLineMemberEditorClass

struct AgsLineMemberEditorClass {
  GtkVBoxClass vbox;
};