Renders a spinning animation in a cell. More...
Inherits Gtk::CellRenderer.
Public Member Functions | |
virtual | ~CellRendererSpinner () |
GtkCellRendererSpinner* | gobj () |
Provides access to the underlying C GtkObject. | |
const GtkCellRendererSpinner* | gobj () const |
Provides access to the underlying C GtkObject. | |
CellRendererSpinner () | |
Glib::PropertyProxy< bool > | property_active () |
Whether the spinner is active (ie. | |
Glib::PropertyProxy_ReadOnly < bool > | property_active () const |
Whether the spinner is active (ie. | |
Glib::PropertyProxy< guint > | property_pulse () |
Pulse of the spinner. | |
Glib::PropertyProxy_ReadOnly < guint > | property_pulse () const |
Pulse of the spinner. | |
Glib::PropertyProxy < Gtk::IconSize > | property_size () |
The GtkIconSize value that specifies the size of the rendered spinner. | |
Glib::PropertyProxy_ReadOnly < Gtk::IconSize > | property_size () const |
The GtkIconSize value that specifies the size of the rendered spinner. | |
Related Functions | |
(Note that these are not member functions.) | |
Gtk::CellRendererSpinner* | wrap (GtkCellRendererSpinner* object, bool take_copy=false) |
A Glib::wrap() method for this object. |
Renders a spinning animation in a cell.
A CellRendererSpinner can be used as an alternative to CellRendererProgress 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.
virtual Gtk::CellRendererSpinner::~CellRendererSpinner | ( | ) | [virtual] |
Gtk::CellRendererSpinner::CellRendererSpinner | ( | ) |
const GtkCellRendererSpinner* Gtk::CellRendererSpinner::gobj | ( | ) | const [inline] |
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::CellRenderer.
GtkCellRendererSpinner* Gtk::CellRendererSpinner::gobj | ( | ) | [inline] |
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::CellRenderer.
Glib::PropertyProxy_ReadOnly<bool> Gtk::CellRendererSpinner::property_active | ( | ) | const |
Whether the spinner is active (ie.
shown) in the cell.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<bool> Gtk::CellRendererSpinner::property_active | ( | ) |
Whether the spinner is active (ie.
shown) in the cell.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<guint> Gtk::CellRendererSpinner::property_pulse | ( | ) | const |
Pulse of the spinner.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<guint> Gtk::CellRendererSpinner::property_pulse | ( | ) |
Pulse of the spinner.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<Gtk::IconSize> Gtk::CellRendererSpinner::property_size | ( | ) | const |
The GtkIconSize value that specifies the size of the rendered spinner.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<Gtk::IconSize> Gtk::CellRendererSpinner::property_size | ( | ) |
The GtkIconSize value that specifies the size of the rendered spinner.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Gtk::CellRendererSpinner* wrap | ( | GtkCellRendererSpinner * | object, | |
bool | take_copy = false | |||
) | [related] |
A Glib::wrap() method for this object.
object | The C instance. | |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |