1Gtk2::Pango::TabArray(3U)ser Contributed Perl DocumentatiGotnk2::Pango::TabArray(3)
2
3
4

NAME

6       Gtk2::Pango::TabArray
7

HIERARCHY

9         Glib::Boxed
10         +----Gtk2::Pango::TabArray
11

METHODS

13       tabarray = Gtk2::Pango::TabArray->new ($initial_size, $posi‐
14       tions_in_pixels, ...)
15
16           * $initial_size (integer)
17           * $positions_in_pixels (boolean)
18           * ... (list) pairs of Gtk2::PangoTabAlign's and integers, the
19           alignments and positions of the tab stops.
20
21       tabarray = Gtk2::Pango::TabArray->new_with_positions ($initial_size,
22       $positions_in_pixels, ...)
23
24           * $initial_size (integer)
25           * $positions_in_pixels (boolean)
26           * ... (list) pairs of Gtk2::PangoTabAlign's and integers, the
27           alignments and positions of the tab stops.
28
29           Alias for new.
30
31       boolean = $tab_array->get_positions_in_pixels
32
33       $tab_array->resize ($new_size)
34
35           * $new_size (integer)
36
37       integer = $tab_array->get_size
38
39       (alignment, location) = $tab_array->get_tab ($tab_index)
40
41           * $tab_index (integer)
42
43       $tab_array->set_tab ($tab_index, $alignment, $location)
44
45           * $tab_index (integer)
46           * $alignment (Gtk2::Pango::TabAlign)
47           * $location (integer)
48
49       list = $tab_array->get_tabs
50
51           Returns a list of Gtk2::Pango::TabAlign's, alignments, and inte‐
52           gers, locations.  Even elemtents are alignments and odd elements
53           are locations, so 0 is the first alignment and 1 is the first loca‐
54           tion, 2 the second alignment, 3 the second location, etc.
55

ENUMS AND FLAGS

57       enum Gtk2::Pango::TabAlign
58
59       * 'left' / 'PANGO_TAB_LEFT'
60

SEE ALSO

62       Gtk2, Glib::Boxed
63
65       Copyright (C) 2003-2007 by the gtk2-perl team.
66
67       This software is licensed under the LGPL.  See Gtk2 for a full notice.
68
69
70
71perl v5.8.8                       2007-03-18          Gtk2::Pango::TabArray(3)
Impressum