CongEditorAreaBorder

CongEditorAreaBorder

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── CongEditorArea
        ╰── CongEditorAreaContainer
            ╰── CongEditorAreaBin
                ╰── CongEditorAreaBorder
                    ╰── CongEditorAreaParagraph

Description

Functions

CONG_EDITOR_AREA_BORDER()

#define CONG_EDITOR_AREA_BORDER(obj)         G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_EDITOR_AREA_BORDER_TYPE, CongEditorAreaBorder)


CONG_EDITOR_AREA_BORDER_CLASS()

#define CONG_EDITOR_AREA_BORDER_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_EDITOR_AREA_BORDER_TYPE, CongEditorAreaBorderClass)


IS_CONG_EDITOR_AREA_BORDER()

#define IS_CONG_EDITOR_AREA_BORDER(obj)      G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_EDITOR_AREA_BORDER_TYPE)


cong_editor_area_border_get_type ()

GType
cong_editor_area_border_get_type (void);

Returns


cong_editor_area_border_construct ()

CongEditorArea *
cong_editor_area_border_construct (CongEditorAreaBorder *area_border,
                                   CongEditorWidget3 *editor_widget,
                                   guint left_pixels,
                                   guint right_pixels,
                                   guint top_pixels,
                                   guint bottom_pixels);

TODO: Write me

Returns


cong_editor_area_border_new ()

CongEditorArea *
cong_editor_area_border_new (CongEditorWidget3 *editor_widget,
                             guint left_pixels,
                             guint right_pixels,
                             guint top_pixels,
                             guint bottom_pixels);

TODO: Write me

Returns

Types and Values

CongEditorAreaBorder

typedef struct _CongEditorAreaBorder CongEditorAreaBorder;