CongEditorNodeElementParagraph

CongEditorNodeElementParagraph —

Synopsis




struct      CongEditorNodeElementParagraph;
#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,
                                             CongTraversalNode *traversal_node);
CongEditorNode* cong_editor_node_element_paragraph_new
                                            (CongEditorWidget3 *widget,
                                             CongTraversalNode *traversal_node);

Object Hierarchy


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

Description

Details

struct CongEditorNodeElementParagraph

struct 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 :

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,
                                             CongTraversalNode *traversal_node);

TODO: Write me

editor_node_element_paragraph :
widget :
traversal_node :
Returns :

cong_editor_node_element_paragraph_new ()

CongEditorNode* cong_editor_node_element_paragraph_new
                                            (CongEditorWidget3 *widget,
                                             CongTraversalNode *traversal_node);

TODO: Write me

widget :
traversal_node :
Returns :