![]() | ![]() | ![]() | Conglomerate Programmer's Reference Manual | ![]() |
---|
plugin-paragraph-node-element-paragraph —
#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);
#define CONG_EDITOR_NODE_ELEMENT_PARAGRAPH(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_EDITOR_NODE_ELEMENT_PARAGRAPH_TYPE, CongEditorNodeElementParagraph)
obj : |
#define CONG_EDITOR_NODE_ELEMENT_PARAGRAPH_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_EDITOR_NODE_ELEMENT_PARAGRAPH_TYPE, CongEditorNodeElementParagraphClass)
klass : |
#define IS_CONG_EDITOR_NODE_ELEMENT_PARAGRAPH(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_EDITOR_NODE_ELEMENT_PARAGRAPH_TYPE)
obj : |
GType cong_editor_node_element_paragraph_get_type (void);
Returns : |
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 : |
<< plugin-paragraph-area-paragraph | Helper Routines and Widgets >> |