1 <!-- ##### SECTION Title ##### -->
4 <!-- ##### SECTION Short_Description ##### -->
5 Structures for storing tab stops
7 <!-- ##### SECTION Long_Description ##### -->
9 Functions in this section are used to deal with #PangoTabArray objects
10 that can be used to set tab stop positions in a #PangoLayout.
13 <!-- ##### SECTION See_Also ##### -->
18 <!-- ##### SECTION Stability_Level ##### -->
21 <!-- ##### STRUCT PangoTabArray ##### -->
23 A #PangoTabArray struct contains an array
24 of tab stops. Each tab stop has an alignment and a position.
28 <!-- ##### MACRO PANGO_TYPE_TAB_ARRAY ##### -->
30 The #GObject type for #PangoTabArray.
35 <!-- ##### ENUM PangoTabAlign ##### -->
37 A #PangoTabAlign specifies where a tab stop appears relative to the text.
40 @PANGO_TAB_LEFT: the tab stop appears to the left of the text.
42 <!-- ##### MACRO PANGO_TYPE_TAB_ALIGN ##### -->
44 The #GObject type for #PangoTabAlign.
49 <!-- ##### FUNCTION pango_tab_array_new ##### -->
59 <!-- ##### FUNCTION pango_tab_array_new_with_positions ##### -->
72 <!-- ##### FUNCTION pango_tab_array_copy ##### -->
81 <!-- ##### FUNCTION pango_tab_array_free ##### -->
89 <!-- ##### FUNCTION pango_tab_array_get_size ##### -->
98 <!-- ##### FUNCTION pango_tab_array_resize ##### -->
107 <!-- ##### FUNCTION pango_tab_array_set_tab ##### -->
118 <!-- ##### FUNCTION pango_tab_array_get_tab ##### -->
129 <!-- ##### FUNCTION pango_tab_array_get_tabs ##### -->
139 <!-- ##### FUNCTION pango_tab_array_get_positions_in_pixels ##### -->