-
public TabArray copy ()
-
public bool get_positions_in_pixels ()
Returns true if the tab positions are in pixels, false if they are in Pango
units.
-
public int get_size ()
Gets the number of tab stops in tab_array.
-
public void get_tab (int tab_index, TabAlign alignment, int location)
Gets the alignment and position of a tab stop.
-
public void get_tabs (out TabAlign alignments, int locations)
If non-%NULL, alignments and locations are filled with allocated arrays of
length get_size. You must free the returned array.
-
public void resize (int new_size)
Resizes a tab array. You must subsequently initialize any tabs that were added as a result of growing
the array.
-
public void set_tab (int tab_index, TabAlign alignment, int location)
Sets the alignment and location of a tab stop. alignment must always be
LEFT in the current implementation.