[ CCode ( has_construct_function = false ) ]
public TabArray (int initial_size, bool positions_in_pixels)
Creates an array of initial_size
tab stops.
Tab stops are specified in pixel units if positions_in_pixels
is true, otherwise in Pango
units. All stops are initially at position 0.
initial_size |
Initial number of tab stops to allocate, can be 0 |
positions_in_pixels |
whether positions are in pixel units |
the newly allocated `PangoTabArray`, which should be freed with [[email protected]]. |