Creates an array of initial_size tab stops.
Copies a pango.tab_array.TabArray.
Gets the Unicode character to use as decimal point.
Returns true if the tab positions are in pixels, false if they are in Pango units.
Gets the number of tab stops in tab_array.
Gets the alignment and position of a tab stop.
Resizes a tab array.
Sets the Unicode character to use as decimal point.
Sets whether positions in this array are specified in pixels.
Sets the alignment and location of a tab stop.
Utility function to ensure that the tab stops are in increasing order.
Serializes a pango.tab_array.TabArray to a string.
Deserializes a pango.tab_array.TabArray from a string.
Pointer to the C boxed value
Get the GType of this boxed type.
Boxed GType property.
Convenience method to return this cast to a type. For use in D with statements.
Make a copy of the wrapped C boxed data.
Copy a C boxed value using g_boxed_copy.
Free a C boxed value using g_boxed_free.
A pango.tab_array.TabArray contains an array of tab stops.
pango.tab_array.TabArray can be used to set tab stops in a pango.layout.Layout. Each tab stop has an alignment, a position, and optionally a character to use as decimal point.