pango-sharpGtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.GLib.Opaquean object containing an array of tab stops.Each tab stop has an alignment and a position.Constructor
Pointer to the C object.
Internal constructorThis is an internal constructor, and should not be used by user code.Constructor
Initial number of tab stops to allocate, can be 0
if the tab positions are in pixel units
an object containing an array of tab stopsCreates a new with the number of tab stops specified by . If is , the tab stop positions are specified in pixel units otherwise in pango units. All tab stops are initially at position 0.MethodPango.TabArrayCopies the existing to a new one.an object of type MethodSystem.VoidTo be added.To be added.MethodSystem.Obsolete("Pango.TabArray is now freed automatically")System.VoidFrees all the resources for this object.MethodSystem.Void
To be added.
To be added.To be added.MethodSystem.Void
the tab stop index
a
a , the position in Pango units.
Gets the alignment and position of the tab stop specified by .To be added.MethodSystem.Void
an array of indicating the alignment of each tab stop.
an array of indicating the location of each tab stop in pango units.
Gets the an array of alignments and positions.PropertyGLib.GTypeGType Property.a Returns the native value for .PropertySystem.Booleanreturns if the tab positions are specified in pixels and if they are in pango units.an object of type MethodSystem.Void
the new size of the array
Sets the size of the tab array to the value specified by .You must subsequently initialize any tabs that were added to the array.MethodSystem.Void
the index of a tab stop
the tab alignment
the tab location in pango units
Sets the specified and of the tab stop specified by .The value of must always be in the current implementation.PropertySystem.Int32returns the number of tab stops in the tab array.the number of tab stops in the array.