![]() |
![]() |
![]() |
Conglomerate Programmer's Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
CongEditorNodeText; #define CONG_EDITOR_NODE_TEXT (obj) #define CONG_EDITOR_NODE_TEXT_CLASS (klass) #define IS_CONG_EDITOR_NODE_TEXT (obj) gboolean cong_editor_node_text_convert_original_byte_offset_to_stripped (CongEditorNodeText *editor_node_text, int original_byte_offset, int *stripped_byte_offset); gboolean cong_editor_node_text_calc_up (CongEditorNodeText *editor_node_text, int input_byte_offset, int *output_byte_offset); gboolean cong_editor_node_text_calc_down (CongEditorNodeText *editor_node_text, int input_byte_offset, int *output_byte_offset);
#define CONG_EDITOR_NODE_TEXT(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_EDITOR_NODE_TEXT_TYPE, CongEditorNodeText)
|
#define CONG_EDITOR_NODE_TEXT_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_EDITOR_NODE_TEXT_TYPE, CongEditorNodeTextClass)
|
#define IS_CONG_EDITOR_NODE_TEXT(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_EDITOR_NODE_TEXT_TYPE)
|
gboolean cong_editor_node_text_convert_original_byte_offset_to_stripped (CongEditorNodeText *editor_node_text, int original_byte_offset, int *stripped_byte_offset);
TODO: Write me
|
|
|
|
|
|
Returns : |
gboolean cong_editor_node_text_calc_up (CongEditorNodeText *editor_node_text, int input_byte_offset, int *output_byte_offset);
TODO: Write me
|
|
|
|
|
|
Returns : |
gboolean cong_editor_node_text_calc_down (CongEditorNodeText *editor_node_text, int input_byte_offset, int *output_byte_offset);
TODO: Write me
|
|
|
|
|
|
Returns : |