gtkmm: Gtk::Spinner Class Reference
A widget that displays a spinner animation. More...
Inheritance diagram for Gtk::Spinner:

Collaboration diagram for Gtk::Spinner:

Public Member Functions | |
| virtual | ~Spinner () |
| GtkSpinner* | gobj () |
| Provides access to the underlying C GtkObject. | |
| const GtkSpinner* | gobj () const |
| Provides access to the underlying C GtkObject. | |
| Spinner () | |
| void | start () |
| Starts the animation of the spinner. | |
| void | stop () |
| Stops the animation of the spinner. | |
| Glib::PropertyProxy< bool > | property_active () |
| Whether the spinner is active. | |
| Glib::PropertyProxy_ReadOnly < bool > | property_active () const |
| Whether the spinner is active. | |
Related Functions | |
| (Note that these are not member functions.) | |
| Gtk::Spinner* | wrap (GtkSpinner* object, bool take_copy=false) |
| A Glib::wrap() method for this object. | |
Detailed Description
A widget that displays a spinner animation.
Constructor & Destructor Documentation
| virtual Gtk::Spinner::~Spinner | ( | ) | [virtual] |
| Gtk::Spinner::Spinner | ( | ) |
Member Function Documentation
| GtkSpinner* Gtk::Spinner::gobj | ( | ) | [inline] |
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Widget.
| const GtkSpinner* Gtk::Spinner::gobj | ( | ) | const [inline] |
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Widget.
| Glib::PropertyProxy<bool> Gtk::Spinner::property_active | ( | ) |
Whether the spinner is active.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
- Returns:
- A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
| Glib::PropertyProxy_ReadOnly<bool> Gtk::Spinner::property_active | ( | ) | const |
Whether the spinner is active.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
- Returns:
- A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
| void Gtk::Spinner::start | ( | ) |
Starts the animation of the spinner.
| void Gtk::Spinner::stop | ( | ) |
Stops the animation of the spinner.
Friends And Related Function Documentation
| Gtk::Spinner* wrap | ( | GtkSpinner * | object, |
| bool | take_copy = false |
||
| ) | [related] |
A Glib::wrap() method for this object.
- Parameters:
-
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.
- Returns:
- A C++ instance that wraps this C instance.
The documentation for this class was generated from the following file:
- gtkmm/spinner.h
