![]() |
![]()
| ![]() |
![]()
NAMEPango::TabArray - wrapper for PangoTabArray HIERARCHYGlib::Boxed +----Pango::TabArray METHODStabarray = Pango::TabArray->new ($initial_size, $positions_in_pixels, ...)
tabarray = Pango::TabArray->new_with_positions ($initial_size, $positions_in_pixels, ...)
Alias for new. boolean = $tab_array->get_positions_in_pixels$tab_array->resize ($new_size)
integer = $tab_array->get_sizelist = $tab_array->get_tab ($tab_index)
$tab_array->set_tab ($tab_index, $alignment, $location)
list = $tab_array->get_tabsReturns 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. ENUMS AND FLAGSenum Pango::TabAlign
SEE ALSOPango, Glib::Boxed COPYRIGHTCopyright (C) 2003-2011 by the gtk2-perl team. This software is licensed under the LGPL. See Pango for a full notice.
|