CongEditorAreaStructural

CongEditorAreaStructural

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── CongEditorArea
        ╰── CongEditorAreaContainer
            ╰── CongEditorAreaBin
                ╰── CongEditorAreaStructural
                    ╰── CongEditorAreaStructuralTag

Description

Functions

CONG_EDITOR_AREA_STRUCTURAL()

#define CONG_EDITOR_AREA_STRUCTURAL(obj)         G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_EDITOR_AREA_STRUCTURAL_TYPE, CongEditorAreaStructural)


CONG_EDITOR_AREA_STRUCTURAL_CLASS()

#define CONG_EDITOR_AREA_STRUCTURAL_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_EDITOR_AREA_STRUCTURAL_TYPE, CongEditorAreaStructuralClass)


IS_CONG_EDITOR_AREA_STRUCTURAL()

#define IS_CONG_EDITOR_AREA_STRUCTURAL(obj)      G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_EDITOR_AREA_STRUCTURAL_TYPE)


cong_editor_area_structural_get_type ()

GType
cong_editor_area_structural_get_type (void);


cong_editor_area_structural_construct ()

CongEditorArea *
cong_editor_area_structural_construct (CongEditorAreaStructural *area_structural,
                                       CongEditorWidget3 *editor_widget,
                                       GdkPixbuf *pixbuf,
                                       const gchar *text,
                                       CongEditorAreaThemeCallback theme_cb);

TODO: Write me


cong_editor_area_structural_new ()

CongEditorArea *
cong_editor_area_structural_new (CongEditorWidget3 *editor_widget,
                                 GdkPixbuf *pixbuf,
                                 const gchar *text,
                                 CongEditorAreaThemeCallback theme_cb);

TODO: Write me

Types and Values

CongEditorAreaStructural

typedef struct _CongEditorAreaStructural CongEditorAreaStructural;