CongEditorNodeText

CongEditorNodeText

Functions

Types and Values

Description

Functions

CONG_EDITOR_NODE_TEXT()

#define CONG_EDITOR_NODE_TEXT(obj)         G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_EDITOR_NODE_TEXT_TYPE, CongEditorNodeText)


CONG_EDITOR_NODE_TEXT_CLASS()

#define CONG_EDITOR_NODE_TEXT_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_EDITOR_NODE_TEXT_TYPE, CongEditorNodeTextClass)


IS_CONG_EDITOR_NODE_TEXT()

#define IS_CONG_EDITOR_NODE_TEXT(obj)      G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_EDITOR_NODE_TEXT_TYPE)


cong_editor_node_text_convert_original_byte_offset_to_stripped ()

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


cong_editor_node_text_calc_up ()

gboolean
cong_editor_node_text_calc_up (CongEditorNodeText *editor_node_text,
                               int input_byte_offset,
                               int *output_byte_offset);

TODO: Write me

Returns


cong_editor_node_text_calc_down ()

gboolean
cong_editor_node_text_calc_down (CongEditorNodeText *editor_node_text,
                                 int input_byte_offset,
                                 int *output_byte_offset);

TODO: Write me

Returns

Types and Values

CongEditorNodeText

typedef struct _CongEditorNodeText CongEditorNodeText;