CongEditorNodeElement

CongEditorNodeElement

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── CongEditorNode
        ╰── CongEditorNodeElement
            ├── CongEditorNodeElementListitem
            ╰── CongEditorNodeElementParagraph

Description

Functions

CONG_EDITOR_NODE_ELEMENT()

#define CONG_EDITOR_NODE_ELEMENT(obj)         G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_EDITOR_NODE_ELEMENT_TYPE, CongEditorNodeElement)


CONG_EDITOR_NODE_ELEMENT_CLASS()

#define CONG_EDITOR_NODE_ELEMENT_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_EDITOR_NODE_ELEMENT_TYPE, CongEditorNodeElementClass)


IS_CONG_EDITOR_NODE_ELEMENT()

#define IS_CONG_EDITOR_NODE_ELEMENT(obj)      G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_EDITOR_NODE_ELEMENT_TYPE)

Types and Values

CongEditorNodeElement

typedef struct _CongEditorNodeElement CongEditorNodeElement;