GtkSpinner {RGtk2} | R Documentation |
Show a spinner animation
gtkSpinnerNew(show = TRUE)
gtkSpinnerStart(object)
gtkSpinnerStop(object)
gtkSpinner(show = TRUE)
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkDrawingArea +----GtkSpinner
GtkSpinner implements
AtkImplementorIface and GtkBuildable
.
A GtkSpinner widget displays an icon-size spinning animation.
It is often used as an alternative to a GtkProgressBar
for
displaying indefinite activity, instead of actual progress.
To start the animation, use gtkSpinnerStart
, to stop it
use gtkSpinnerStop
.
GtkSpinner
undocumented
gtkSpinner
is the equivalent of gtkSpinnerNew
.
active[logical : Read / Write]
Whether the spinner is active. Default value: FALSE
Derived by RGtkGen from GTK+ documentation
http://library.gnome.org/devel//gtk/GtkSpinner.html