1Gtk2::Pango::TabArray(3U)ser Contributed Perl DocumentatiGotnk2::Pango::TabArray(3)
2
3
4
6 Gtk2::Pango::TabArray
7
9 Glib::Boxed
10 +----Gtk2::Pango::TabArray
11
13 tabarray = Gtk2::Pango::TabArray->new ($initial_size, $positions_in_pixels,
14 ...)
15 · $initial_size (integer)
16
17 · $positions_in_pixels (boolean)
18
19 · ... (list) pairs of Gtk2::PangoTabAlign's and integers, the
20 alignments and positions of the tab stops.
21
22 tabarray = Gtk2::Pango::TabArray->new_with_positions ($initial_size,
23 $positions_in_pixels, ...)
24 · $initial_size (integer)
25
26 · $positions_in_pixels (boolean)
27
28 · ... (list) pairs of Gtk2::PangoTabAlign's and integers, the
29 alignments and positions of the tab stops.
30
31 Alias for new.
32
33 boolean = $tab_array->get_positions_in_pixels
34 $tab_array->resize ($new_size)
35 · $new_size (integer)
36
37 integer = $tab_array->get_size
38 list = $tab_array->get_tab ($tab_index)
39 · $tab_index (integer)
40
41 $tab_array->set_tab ($tab_index, $alignment, $location)
42 · $tab_index (integer)
43
44 · $alignment (Gtk2::Pango::TabAlign)
45
46 · $location (integer)
47
48 list = $tab_array->get_tabs
49 Returns a list of Gtk2::Pango::TabAlign's, alignments, and
50 integers, locations. Even elemtents are alignments and odd
51 elements are locations, so 0 is the first alignment and 1 is the
52 first location, 2 the second alignment, 3 the second location, etc.
53
55 enum Gtk2::Pango::TabAlign
56 · 'left' / 'PANGO_TAB_LEFT'
57
59 Gtk2, Glib::Boxed
60
62 Copyright (C) 2003-2008 by the gtk2-perl team.
63
64 This software is licensed under the LGPL. See Gtk2 for a full notice.
65
66
67
68perl v5.12.0 2010-05-02 Gtk2::Pango::TabArray(3)