Top | ![]() |
![]() |
![]() |
![]() |
#define | CONG_EDITOR_AREA_BORDER() |
#define | CONG_EDITOR_AREA_BORDER_CLASS() |
#define | IS_CONG_EDITOR_AREA_BORDER() |
GType | cong_editor_area_border_get_type () |
CongEditorArea * | cong_editor_area_border_construct () |
CongEditorArea * | cong_editor_area_border_new () |
GObject ╰── CongEditorArea ╰── CongEditorAreaContainer ╰── CongEditorAreaBin ╰── CongEditorAreaBorder ╰── CongEditorAreaParagraph
#define CONG_EDITOR_AREA_BORDER(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_EDITOR_AREA_BORDER_TYPE, CongEditorAreaBorder)
#define CONG_EDITOR_AREA_BORDER_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_EDITOR_AREA_BORDER_TYPE, CongEditorAreaBorderClass)
#define IS_CONG_EDITOR_AREA_BORDER(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_EDITOR_AREA_BORDER_TYPE)
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
CongEditorArea * cong_editor_area_border_new (CongEditorWidget3 *editor_widget
,guint left_pixels
,guint right_pixels
,guint top_pixels
,guint bottom_pixels
);
TODO: Write me