GtkCellRendererProgress {RGtk2}R Documentation

GtkCellRendererProgress

Description

Renders numbers as progress bars

Methods and Functions

gtkCellRendererProgressNew()
gtkCellRendererProgress()

Hierarchy

  GObject
   +----GtkObject
         +----GtkCellRenderer
               +----GtkCellRendererProgress

Structures

GtkCellRendererProgress
undocumented

Convenient Construction

gtkCellRendererProgress is the equivalent of gtkCellRendererProgressNew.

Properties

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

Author(s)

Derived by RGtkGen from GTK+ documentation

References

http://developer.gnome.org/doc/API/2.0/gtk/GtkCellRendererProgress.html


[Package RGtk2 version 2.8.5 Index]