Top | ![]() |
![]() |
![]() |
![]() |
GObject ╰── CongEditorArea ╰── CongEditorAreaContainer ╰── CongEditorAreaBin ╰── CongEditorAreaBorder ╰── CongEditorAreaParagraph
#define CONG_EDITOR_AREA_PARAGRAPH(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_EDITOR_AREA_PARAGRAPH_TYPE, CongEditorAreaParagraph)
#define CONG_EDITOR_AREA_PARAGRAPH_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_EDITOR_AREA_PARAGRAPH_TYPE, CongEditorAreaParagraphClass)
#define IS_CONG_EDITOR_AREA_PARAGRAPH(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_EDITOR_AREA_PARAGRAPH_TYPE)
CongEditorArea * cong_editor_area_paragraph_construct (CongEditorAreaParagraph *area_paragraph
,CongEditorWidget3 *editor_widget
);
TODO: Write me
CongEditorArea *
cong_editor_area_paragraph_new (CongEditorWidget3 *editor_widget
);
TODO: Write me