Next: Pango::version | Previous: Pango::ScriptIter | [Gtk2-Perl - Table of Contents] | [Gtk2-Perl - Index] |
Pango::TabArray
Glib::Boxed +----Pango::TabArray
$initial_size (integer)
$positions_in_pixels (boolean)
... (list) pairs of Pango::TabAlign's and integers, the alignments and positions of the tab stops.
$initial_size (integer)
$positions_in_pixels (boolean)
... (list) pairs of Pango::TabAlign's and integers, the alignments and positions of the tab stops.
Alias for new|tabarray = Pango::TabArray->new ($initial_size, $positions_in_pixels, ...).
Returns a list of Pango::TabAlign's, alignments, and integers, locations. Even elemtents are alignments and odd elements are locations, so 0 is the first alignment and 1 is the first location, 2 the second alignment, 3 the second location, etc.
Copyright (C) 2003-2009 by the gtk2-perl team.
This software is licensed under the LGPL. See Pango for a full notice.