Class GTK2.Pango.TabArray
- Description
A set of tab stops for laying out text that includes tab characters.
- Inherit Object
inherit G.Object : Object
- Method create
GTK2.Pango.TabArray GTK2.Pango.TabArray(
int
initial_size
,int
position_in_pixels
)- Description
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.