GtkCellRendererProgress {RGtk2} | R Documentation |
Renders numbers as progress bars
gtkCellRendererProgressNew()
gtkCellRendererProgress()
GObject +----GtkObject +----GtkCellRenderer +----GtkCellRendererProgress
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