1Gtk2::CellRendererProgrUessesr(3C)ontributed Perl DocumeGnttka2t:i:oCnellRendererProgress(3)
2
3
4
6 Gtk2::CellRendererProgress
7
9 Glib::Object
10 +----Glib::InitiallyUnowned
11 +----Gtk2::Object
12 +----Gtk2::CellRenderer
13 +----Gtk2::CellRendererProgress
14
16 cellrenderer = Gtk2::CellRendererProgress->new
18 'orientation' (Gtk2::ProgressBarOrientation : readable / writable /
19 private)
20 Orientation and growth direction of the progress bar
21
22 'pulse' (integer : readable / writable / private)
23 Set this to positive values to indicate that some progress is made,
24 but you don't know how much.
25
26 'text' (string : readable / writable / private)
27 Text on the progress bar
28
29 'text-xalign' (Glib::Float : readable / writable / private)
30 The horizontal text alignment, from 0 (left) to 1 (right). Reversed
31 for RTL layouts.
32
33 'text-yalign' (Glib::Float : readable / writable / private)
34 The vertical text alignment, from 0 (top) to 1 (bottom).
35
36 'value' (integer : readable / writable / private)
37 Value of the progress bar
38
40 enum Gtk2::ProgressBarOrientation
41 · 'left-to-right' / 'GTK_PROGRESS_LEFT_TO_RIGHT'
42
43 · 'right-to-left' / 'GTK_PROGRESS_RIGHT_TO_LEFT'
44
45 · 'bottom-to-top' / 'GTK_PROGRESS_BOTTOM_TO_TOP'
46
47 · 'top-to-bottom' / 'GTK_PROGRESS_TOP_TO_BOTTOM'
48
50 Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object,
51 Gtk2::CellRenderer
52
54 Copyright (C) 2003-2008 by the gtk2-perl team.
55
56 This software is licensed under the LGPL. See Gtk2 for a full notice.
57
58
59
60perl v5.12.0 2010-05-02 Gtk2::CellRendererProgress(3)