gtkmm  3.4.1
Public Member Functions | Static Public Member Functions | Related Functions
Gtk::Spinner Class Reference

A widget that displays a spinner animation. More...

Inheritance diagram for Gtk::Spinner:
Inheritance graph
[legend]

List of all members.

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.

Static Public Member Functions

static GType get_type ()
 Get the GType for this class, for use with the underlying GObject type system.

Related Functions

(Note that these are not member functions.)

Gtk::Spinnerwrap (GtkSpinner* object, bool take_copy=false)
 A Glib::wrap() method for this object.

Detailed Description

A widget that displays a spinner animation.

Since gtkmm 2.20:

Constructor & Destructor Documentation

virtual Gtk::Spinner::~Spinner ( ) [virtual]

Member Function Documentation

static GType Gtk::Spinner::get_type ( ) [static]

Get the GType for this class, for use with the underlying GObject type system.

Reimplemented from Gtk::Widget.

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.

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.

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.

Starts the animation of the spinner.

Since gtkmm 2.20:

Stops the animation of the spinner.

Since gtkmm 2.20:

Friends And Related Function Documentation

Gtk::Spinner* wrap ( GtkSpinner *  object,
bool  take_copy = false 
) [related]

A Glib::wrap() method for this object.

Parameters:
objectThe C instance.
take_copyFalse 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: