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)
  2. this(int initialSize, int positionsInPixels)
    class PgTabArray

Parameters

initialSize int

Initial number of tab stops to allocate, can be 0

positionsInPixels int

whether positions are in pixel units

Throws

ConstructionException GTK+ fails to create the object.

Meta