![]() |
![]() |
![]() |
Conglomerate Programmer's Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
CongEditorAreaTextFragment; #define CONG_EDITOR_AREA_TEXT_FRAGMENT (obj) #define CONG_EDITOR_AREA_TEXT_FRAGMENT_CLASS(klass) #define IS_CONG_EDITOR_AREA_TEXT_FRAGMENT (obj) GType cong_editor_area_text_fragment_get_type (void); 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); CongEditorArea * cong_editor_area_text_fragment_new (CongEditorWidget3 *editor_widget, CongEditorNodeText *editor_node_text, PangoLayout *pango_layout, guint line_index, int baseline); PangoLayoutLine * cong_editor_area_text_get_pango_layout_line (CongEditorAreaTextFragment *area_text_fragment); gboolean cong_editor_area_text_fragment_x_to_index (CongEditorAreaTextFragment *area_text_fragment, int x, int *index_, int *trailing);
#define CONG_EDITOR_AREA_TEXT_FRAGMENT(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_EDITOR_AREA_TEXT_FRAGMENT_TYPE, CongEditorAreaTextFragment)
|
#define CONG_EDITOR_AREA_TEXT_FRAGMENT_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_EDITOR_AREA_TEXT_FRAGMENT_TYPE, CongEditorAreaTextFragmentClass)
|
#define IS_CONG_EDITOR_AREA_TEXT_FRAGMENT(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_EDITOR_AREA_TEXT_FRAGMENT_TYPE)
|
GType cong_editor_area_text_fragment_get_type (void);
Returns : |
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
|
|
|
|
|
|
|
|
|
|
|
|
Returns : |
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
|
|
|
|
|
|
|
|
|
|
Returns : |
PangoLayoutLine * cong_editor_area_text_get_pango_layout_line (CongEditorAreaTextFragment *area_text_fragment);
TODO: Write me
|
|
Returns : |
gboolean cong_editor_area_text_fragment_x_to_index (CongEditorAreaTextFragment *area_text_fragment, int x, int *index_, int *trailing);
TODO: Write me
|
|
|
|
|
|
|
|
Returns : |