plugin-paragraph-node-element-paragraph

plugin-paragraph-node-element-paragraph —

Synopsis




#define     CONG_EDITOR_NODE_ELEMENT_PARAGRAPH_TYPE
#define     CONG_EDITOR_NODE_ELEMENT_PARAGRAPH(obj)
#define     CONG_EDITOR_NODE_ELEMENT_PARAGRAPH_CLASS(klass)
#define     IS_CONG_EDITOR_NODE_ELEMENT_PARAGRAPH(obj)
GType       cong_editor_node_element_paragraph_get_type
                                            (void);
CongEditorNodeElementParagraph* cong_editor_node_element_paragraph_construct
                                            (CongEditorNodeElementParagraph *editor_node_element_paragraph,
                                             CongEditorWidget3 *widget,
                                             CongNodePtr node,
                                             CongEditorNode *traversal_parent);
CongEditorNode* cong_editor_node_element_paragraph_new
                                            (CongEditorWidget3 *widget,
                                             CongNodePtr node,
                                             CongEditorNode *traversal_parent);

Description

Details

CONG_EDITOR_NODE_ELEMENT_PARAGRAPH_TYPE

#define CONG_EDITOR_NODE_ELEMENT_PARAGRAPH_TYPE	      (cong_editor_node_element_paragraph_get_type ())


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 :

cong_editor_node_element_paragraph_get_type ()

GType       cong_editor_node_element_paragraph_get_type
                                            (void);

Returns :

cong_editor_node_element_paragraph_construct ()

CongEditorNodeElementParagraph* cong_editor_node_element_paragraph_construct
                                            (CongEditorNodeElementParagraph *editor_node_element_paragraph,
                                             CongEditorWidget3 *widget,
                                             CongNodePtr node,
                                             CongEditorNode *traversal_parent);

editor_node_element_paragraph :
widget :
node :
traversal_parent :
Returns :

cong_editor_node_element_paragraph_new ()

CongEditorNode* cong_editor_node_element_paragraph_new
                                            (CongEditorWidget3 *widget,
                                             CongNodePtr node,
                                             CongEditorNode *traversal_parent);

widget :
node :
traversal_parent :
Returns :