CongEditorAreaEntityDecl

CongEditorAreaEntityDecl

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── CongEditorArea
        ╰── CongEditorAreaContainer
            ╰── CongEditorAreaBin
                ╰── CongEditorAreaEntityDecl

Description

Functions

CONG_EDITOR_AREA_ENTITY_DECL()

#define CONG_EDITOR_AREA_ENTITY_DECL(obj)         G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_EDITOR_AREA_ENTITY_DECL_TYPE, CongEditorAreaEntityDecl)


CONG_EDITOR_AREA_ENTITY_DECL_CLASS()

#define CONG_EDITOR_AREA_ENTITY_DECL_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_EDITOR_AREA_ENTITY_DECL_TYPE, CongEditorAreaEntityDeclClass)


IS_CONG_EDITOR_AREA_ENTITY_DECL()

#define IS_CONG_EDITOR_AREA_ENTITY_DECL(obj)      G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_EDITOR_AREA_ENTITY_DECL_TYPE)


cong_editor_area_entity_decl_get_type ()

GType
cong_editor_area_entity_decl_get_type (void);

Returns


cong_editor_area_entity_decl_construct ()

CongEditorArea *
cong_editor_area_entity_decl_construct
                               (CongEditorAreaEntityDecl *area_entity_decl,
                                CongEditorWidget3 *editor_widget,
                                const gchar *text);

TODO: Write me

Returns


cong_editor_area_entity_decl_new ()

CongEditorArea *
cong_editor_area_entity_decl_new (CongEditorWidget3 *editor_widget,
                                  const gchar *text);

TODO: Write me

Returns

Types and Values

CongEditorAreaEntityDecl

typedef struct _CongEditorAreaEntityDecl CongEditorAreaEntityDecl;