CongEditorNodeElementParagraph

CongEditorNodeElementParagraph

Synopsis

                    CongEditorNodeElementParagraph;
#define             CONG_EDITOR_NODE_ELEMENT_PARAGRAPH  (obj)
#define             CONG_EDITOR_NODE_ELEMENT_PARAGRAPH_CLASS(klass)
#define             IS_CONG_EDITOR_NODE_ELEMENT_PARAGRAPH(obj)

Object Hierarchy

  GObject
   +----CongEditorNode
         +----CongEditorNodeElement
               +----CongEditorNodeElementParagraph

Description

Details

CongEditorNodeElementParagraph

typedef struct _CongEditorNodeElementParagraph CongEditorNodeElementParagraph;


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)

obj :


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)

klass :


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)

obj :