CongEditorAreaLabelled

CongEditorAreaLabelled

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── CongEditorArea
        ╰── CongEditorAreaContainer
            ╰── CongEditorAreaBin
                ╰── CongEditorAreaLabelled
                    ╰── CongEditorAreaListitem

Description

Functions

CONG_EDITOR_AREA_LABELLED()

#define CONG_EDITOR_AREA_LABELLED(obj)         G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_EDITOR_AREA_LABELLED_TYPE, CongEditorAreaLabelled)


CONG_EDITOR_AREA_LABELLED_CLASS()

#define CONG_EDITOR_AREA_LABELLED_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_EDITOR_AREA_LABELLED_TYPE, CongEditorAreaLabelledClass)


IS_CONG_EDITOR_AREA_LABELLED()

#define IS_CONG_EDITOR_AREA_LABELLED(obj)      G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_EDITOR_AREA_LABELLED_TYPE)


cong_editor_area_labelled_get_type ()

GType
cong_editor_area_labelled_get_type (void);

Returns


cong_editor_area_labelled_construct ()

CongEditorArea *
cong_editor_area_labelled_construct (CongEditorAreaLabelled *area_labelled,
                                     CongEditorWidget3 *editor_widget,
                                     CongEditorArea *label);

TODO: Write me

Returns


cong_editor_area_labelled_new ()

CongEditorArea *
cong_editor_area_labelled_new (CongEditorWidget3 *editor_widget,
                               CongEditorArea *label);

TODO: Write me

Returns


cong_editor_area_labelled_set_label ()

void
cong_editor_area_labelled_set_label (CongEditorAreaLabelled *area_labelled,
                                     CongEditorArea *label);

TODO: Write me


cong_editor_area_labelled_get_label ()

CongEditorArea *
cong_editor_area_labelled_get_label (CongEditorAreaLabelled *area_labelled);

Returns

Types and Values

CongEditorAreaLabelled

typedef struct _CongEditorAreaLabelled CongEditorAreaLabelled;