PgTabArray.this

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.

  1. this(PangoTabArray* pangoTabArray, bool ownedRef)
  2. this(int initialSize, bool positionsInPixels)
    class PgTabArray

Parameters

initialSize int

Initial number of tab stops to allocate, can be 0

positionsInPixels bool

whether positions are in pixel units

Return Value

the newly allocated PangoTabArray, which should be freed with pango_tab_array_free().

Throws

ConstructionException GTK+ fails to create the object.