GtkCellRendererProgress {RGtk2.10} | R Documentation |
Renders numbers as progress bars
gtkCellRendererProgressNew()
gtkCellRendererProgress()
GObject +----GInitiallyUnowned +----GtkObject +----GtkCellRenderer +----GtkCellRendererProgress
GtkCellRendererProgress
renders a numeric value as a progress par in a cell.
Additionally, it can display a text on top of the progress bar.
The GtkCellRendererProgress
cell renderer was added in GTK+ 2.6.
GtkCellRendererProgress
gtkCellRendererProgress
is the equivalent of gtkCellRendererProgressNew
.
text
[character : Read / Write]
The "text" property determines the label which will be drawn
over the progress bar. Setting this property to NULL
causes the default
label to be displayed. Setting this property to an empty string causes
no label to be displayed.
Default value: NULL Since 2.6
value
[integer : Read / Write]The "value" property determines the percentage to which the progress bar will be "filled in".
Allowed values: [0,100] Default value: 0 Since 2.6
Derived by RGtkGen from GTK+ documentation
http://developer.gnome.org/doc/API/2.0/gtk/GtkCellRendererProgress.html