| Conglomerate Programmer's Reference Manual | ||||
|---|---|---|---|---|
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)
| obj : |
#define CONG_EDITOR_NODE_TEXT_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_EDITOR_NODE_TEXT_TYPE, CongEditorNodeTextClass)
| klass : |
#define IS_CONG_EDITOR_NODE_TEXT(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_EDITOR_NODE_TEXT_TYPE)
| obj : |
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
| editor_node_text : | |
| original_byte_offset : | |
| stripped_byte_offset : | |
| Returns : |
gboolean cong_editor_node_text_calc_up (CongEditorNodeText *editor_node_text, int input_byte_offset, int *output_byte_offset);
TODO: Write me
| editor_node_text : | |
| input_byte_offset : | |
| output_byte_offset : | |
| Returns : |
gboolean cong_editor_node_text_calc_down (CongEditorNodeText *editor_node_text, int input_byte_offset, int *output_byte_offset);
TODO: Write me
| editor_node_text : | |
| input_byte_offset : | |
| output_byte_offset : | |
| Returns : |