TabArray
Description:
[ CCode ( has_construct_function = false ) ]
public TabArray (int initial_size, bool positions_in_pixels)
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.
Parameters:
initial_size |
Initial number of tab stops to allocate, can be 0 |
positions_in_pixels |
whether positions are in pixel units |
Returns:
the newly allocated `PangoTabArray`, which should be freed with [method@Pango.TabArray.free]. |