CongEditorAreaTextFragment

CongEditorAreaTextFragment

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── CongEditorArea
        ╰── CongEditorAreaTextFragment

Description

Functions

CONG_EDITOR_AREA_TEXT_FRAGMENT()

#define CONG_EDITOR_AREA_TEXT_FRAGMENT(obj)         G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_EDITOR_AREA_TEXT_FRAGMENT_TYPE, CongEditorAreaTextFragment)


CONG_EDITOR_AREA_TEXT_FRAGMENT_CLASS()

#define CONG_EDITOR_AREA_TEXT_FRAGMENT_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_EDITOR_AREA_TEXT_FRAGMENT_TYPE, CongEditorAreaTextFragmentClass)


IS_CONG_EDITOR_AREA_TEXT_FRAGMENT()

#define IS_CONG_EDITOR_AREA_TEXT_FRAGMENT(obj)      G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_EDITOR_AREA_TEXT_FRAGMENT_TYPE)


cong_editor_area_text_fragment_get_type ()

GType
cong_editor_area_text_fragment_get_type
                               (void);


cong_editor_area_text_fragment_construct ()

CongEditorArea *
cong_editor_area_text_fragment_construct
                               (CongEditorAreaTextFragment *area_text_fragment,
                                CongEditorWidget3 *editor_widget,
                                CongEditorNodeText *editor_node_text,
                                PangoLayout *pango_layout,
                                guint line_index,
                                int baseline);

TODO: Write me


cong_editor_area_text_fragment_new ()

CongEditorArea *
cong_editor_area_text_fragment_new (CongEditorWidget3 *editor_widget,
                                    CongEditorNodeText *editor_node_text,
                                    PangoLayout *pango_layout,
                                    guint line_index,
                                    int baseline);

TODO: Write me


cong_editor_area_text_get_pango_layout_line ()

PangoLayoutLine *
cong_editor_area_text_get_pango_layout_line
                               (CongEditorAreaTextFragment *area_text_fragment);

TODO: Write me


cong_editor_area_text_fragment_x_to_index ()

gboolean
cong_editor_area_text_fragment_x_to_index
                               (CongEditorAreaTextFragment *area_text_fragment,
                                int x,
                                int *index_,
                                int *trailing);

TODO: Write me

Types and Values

CongEditorAreaTextFragment

typedef struct _CongEditorAreaTextFragment CongEditorAreaTextFragment;