CongEditorNodeElementParagraph

CongEditorNodeElementParagraph

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── CongEditorNode
        ╰── CongEditorNodeElement
            ╰── CongEditorNodeElementParagraph

Description

Functions

CONG_EDITOR_NODE_ELEMENT_PARAGRAPH()

#define CONG_EDITOR_NODE_ELEMENT_PARAGRAPH(obj)         G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_EDITOR_NODE_ELEMENT_PARAGRAPH_TYPE, CongEditorNodeElementParagraph)


CONG_EDITOR_NODE_ELEMENT_PARAGRAPH_CLASS()

#define CONG_EDITOR_NODE_ELEMENT_PARAGRAPH_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_EDITOR_NODE_ELEMENT_PARAGRAPH_TYPE, CongEditorNodeElementParagraphClass)


IS_CONG_EDITOR_NODE_ELEMENT_PARAGRAPH()

#define IS_CONG_EDITOR_NODE_ELEMENT_PARAGRAPH(obj)      G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_EDITOR_NODE_ELEMENT_PARAGRAPH_TYPE)

Types and Values

CongEditorNodeElementParagraph

typedef struct _CongEditorNodeElementParagraph CongEditorNodeElementParagraph;