GtkCellRendererSpinner {RGtk2}R Documentation

GtkCellRendererSpinner

Description

Renders a spinning animation in a cell

Methods and Functions

gtkCellRendererSpinnerNew()
gtkCellRendererSpinner()

Hierarchy

GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkCellRenderer
                     +----GtkCellRendererSpinner

Detailed Description

GtkCellRendererSpinner renders a spinning animation in a cell, very similar to GtkSpinner. It can often be used as an alternative to a GtkCellRendererProgress for displaying indefinite activity, instead of actual progress.

To start the animation in a cell, set the

"active"
property to TRUE and increment the
"pulse"
property at regular intervals. The usual way to set the cell renderer properties for each cell is to bind them to columns in your tree model using e.g. gtkTreeViewColumnAddAttribute.

Structures

GtkCellRendererSpinner

undocumented

Convenient Construction

gtkCellRendererSpinner is the equivalent of gtkCellRendererSpinnerNew.

Properties

Author(s)

Derived by RGtkGen from GTK+ documentation

References

http://library.gnome.org/devel//gtk/GtkCellRendererSpinner.html


[Package RGtk2 version 2.20.21 Index]