CongEditorAreaBin

CongEditorAreaBin

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── CongEditorArea
        ╰── CongEditorAreaContainer
            ╰── CongEditorAreaBin
                ├── CongEditorAreaBorder
                ├── CongEditorAreaEntityDecl
                ├── CongEditorAreaEntityRef
                ├── CongEditorAreaLabelled
                ├── CongEditorAreaSpanTag
                ├── CongEditorAreaStructural
                ╰── CongEditorAreaUnknownTag

Description

Functions

CONG_EDITOR_AREA_BIN()

#define CONG_EDITOR_AREA_BIN(obj)         G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_EDITOR_AREA_BIN_TYPE, CongEditorAreaBin)


CONG_EDITOR_AREA_BIN_CLASS()

#define CONG_EDITOR_AREA_BIN_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_EDITOR_AREA_BIN_TYPE, CongEditorAreaBinClass)


IS_CONG_EDITOR_AREA_BIN()

#define IS_CONG_EDITOR_AREA_BIN(obj)      G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_EDITOR_AREA_BIN_TYPE)


cong_editor_area_bin_get_type ()

GType
cong_editor_area_bin_get_type (void);


cong_editor_area_bin_construct ()

CongEditorArea *
cong_editor_area_bin_construct (CongEditorAreaBin *area_bin,
                                CongEditorWidget3 *editor_widget);

TODO: Write me


cong_editor_area_bin_new ()

CongEditorArea *
cong_editor_area_bin_new (CongEditorWidget3 *editor_widget);

TODO: Write me


cong_editor_area_bin_get_child ()

CongEditorArea *
cong_editor_area_bin_get_child (CongEditorAreaBin *area_bin);

TODO: Write me

Types and Values

CongEditorAreaBin

typedef struct _CongEditorAreaBin CongEditorAreaBin;