1Gtk2::CellRendererProgrUessesr(3C)ontributed Perl DocumeGnttka2t:i:oCnellRendererProgress(3)
2
3
4
6 Gtk2::CellRendererProgress - wrapper for GtkCellRendererProgress
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 : default "left-to-right" :
19 readable / writable / private / static-nick / static-blurb)
20 Orientation and growth direction of the progress bar
21
22 'pulse' (integer : default -1 : readable / writable / private / static-
23 nick / static-blurb)
24 Set this to positive values to indicate that some progress is made,
25 but you don't know how much.
26
27 'text' (string : default undef : readable / writable / private /
28 static-nick / static-blurb)
29 Text on the progress bar
30
31 'text-xalign' (float : default 0.5 : readable / writable / private /
32 static-nick / static-blurb)
33 The horizontal text alignment, from 0 (left) to 1 (right). Reversed
34 for RTL layouts.
35
36 'text-yalign' (float : default 0.5 : readable / writable / private /
37 static-nick / static-blurb)
38 The vertical text alignment, from 0 (top) to 1 (bottom).
39
40 'value' (integer : default 0 : readable / writable / private / static-
41 nick / static-blurb)
42 Value of the progress bar
43
45 enum Gtk2::ProgressBarOrientation
46 • 'left-to-right' / 'GTK_PROGRESS_LEFT_TO_RIGHT'
47
48 • 'right-to-left' / 'GTK_PROGRESS_RIGHT_TO_LEFT'
49
50 • 'bottom-to-top' / 'GTK_PROGRESS_BOTTOM_TO_TOP'
51
52 • 'top-to-bottom' / 'GTK_PROGRESS_TOP_TO_BOTTOM'
53
55 Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object,
56 Gtk2::CellRenderer
57
59 Copyright (C) 2003-2011 by the gtk2-perl team.
60
61 This software is licensed under the LGPL. See Gtk2 for a full notice.
62
63
64
65perl v5.38.0 2023-07-20 Gtk2::CellRendererProgress(3)