Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pango::tabarray(3pm) [debian man page]

Pango::TabArray(3pm)					User Contributed Perl Documentation				      Pango::TabArray(3pm)

NAME
Pango::TabArray - an object containing an array of tab stops HIERARCHY
Glib::Boxed +----Pango::TabArray METHODS
tabarray = Pango::TabArray->new ($initial_size, $positions_in_pixels, ...) o $initial_size (integer) o $positions_in_pixels (boolean) o ... (list) pairs of Pango::TabAlign's and integers, the alignments and positions of the tab stops. tabarray = Pango::TabArray->new_with_positions ($initial_size, $positions_in_pixels, ...) o $initial_size (integer) o $positions_in_pixels (boolean) o ... (list) pairs of Pango::TabAlign's and integers, the alignments and positions of the tab stops. Alias for new. boolean = $tab_array->get_positions_in_pixels $tab_array->resize ($new_size) o $new_size (integer) integer = $tab_array->get_size list = $tab_array->get_tab ($tab_index) o $tab_index (integer) $tab_array->set_tab ($tab_index, $alignment, $location) o $tab_index (integer) o $alignment (Pango::TabAlign) o $location (integer) list = $tab_array->get_tabs 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. ENUMS AND FLAGS
enum Pango::TabAlign o 'left' / 'PANGO_TAB_LEFT' SEE ALSO
Pango, Glib::Boxed COPYRIGHT
Copyright (C) 2003-2011 by the gtk2-perl team. This software is licensed under the LGPL. See Pango for a full notice. perl v5.14.2 2011-11-15 Pango::TabArray(3pm)

Check Out this Related Man Page

Pango::Cairo(3) 					User Contributed Perl Documentation					   Pango::Cairo(3)

NAME
Pango::Cairo METHODS
layout = Pango::Cairo::create_layout ($cr) o $cr (Cairo::Context) Pango::Cairo::error_underline_path ($cr, $x, $y, $width, $height) o $cr (Cairo::Context) o $x (double) o $y (double) o $width (double) o $height (double) Since: pango 1.14 Pango::Cairo::glyph_string_path ($cr, $font, $glyphs) o $cr (Cairo::Context) o $font (Pango::Font) o $glyphs (Pango::GlyphString) Pango::Cairo::layout_line_path ($cr, $line) o $cr (Cairo::Context) o $line (Pango::LayoutLine) Pango::Cairo::layout_path ($cr, $layout) o $cr (Cairo::Context) o $layout (Pango::Layout) Pango::Cairo::show_error_underline ($cr, $x, $y, $width, $height) o $cr (Cairo::Context) o $x (double) o $y (double) o $width (double) o $height (double) Since: pango 1.14 Pango::Cairo::show_glyph_string ($cr, $font, $glyphs) o $cr (Cairo::Context) o $font (Pango::Font) o $glyphs (Pango::GlyphString) Pango::Cairo::show_layout ($cr, $layout) o $cr (Cairo::Context) o $layout (Pango::Layout) Pango::Cairo::show_layout_line ($cr, $line) o $cr (Cairo::Context) o $line (Pango::LayoutLine) Pango::Cairo::update_context ($cr, $context) o $cr (Cairo::Context) o $context (Pango::Context) Pango::Cairo::update_layout ($cr, $layout) o $cr (Cairo::Context) o $layout (Pango::Layout) SEE ALSO
Pango COPYRIGHT
Copyright (C) 2003-2009 by the gtk2-perl team. This software is licensed under the LGPL. See Pango for a full notice. perl v5.12.1 2010-07-05 Pango::Cairo(3)
Man Page