CongEditorAreaUnknownTag

CongEditorAreaUnknownTag

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── CongEditorArea
        ╰── CongEditorAreaContainer
            ╰── CongEditorAreaBin
                ╰── CongEditorAreaUnknownTag

Description

Functions

CONG_EDITOR_AREA_UNKNOWN_TAG()

#define CONG_EDITOR_AREA_UNKNOWN_TAG(obj)         G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_EDITOR_AREA_UNKNOWN_TAG_TYPE, CongEditorAreaUnknownTag)


CONG_EDITOR_AREA_UNKNOWN_TAG_CLASS()

#define CONG_EDITOR_AREA_UNKNOWN_TAG_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_EDITOR_AREA_UNKNOWN_TAG_TYPE, CongEditorAreaUnknownTagClass)


IS_CONG_EDITOR_AREA_UNKNOWN_TAG()

#define IS_CONG_EDITOR_AREA_UNKNOWN_TAG(obj)      G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_EDITOR_AREA_UNKNOWN_TAG_TYPE)


cong_editor_area_unknown_tag_get_type ()

GType
cong_editor_area_unknown_tag_get_type (void);


cong_editor_area_unknown_tag_construct ()

CongEditorArea *
cong_editor_area_unknown_tag_construct
                               (CongEditorAreaUnknownTag *area_unknown_tag,
                                CongEditorWidget3 *editor_widget,
                                CongNodePtr node);

TODO: Write me


cong_editor_area_unknown_tag_new ()

CongEditorArea *
cong_editor_area_unknown_tag_new (CongEditorWidget3 *editor_widget,
                                  CongNodePtr node);

TODO: Write me

Types and Values

CongEditorAreaUnknownTag

typedef struct _CongEditorAreaUnknownTag CongEditorAreaUnknownTag;