Gtk::CellRendererProgress Class Reference
[TreeView Classes]

Detailed Description
Renders numbers as progress bars.
Public Member Functions | |
virtual Glib::PropertyProxy_Base | _property_renderable () |
Returns the property that this CellRenderer renders. | |
CellRendererProgress () | |
const GtkCellRendererProgress* | gobj () const |
Provides access to the underlying C GtkObject. | |
GtkCellRendererProgress* | gobj () |
Provides access to the underlying C GtkObject. | |
Glib::PropertyProxy_ReadOnly<int> | property_pulse () const |
Set this to positive values to indicate that some progress is made. | |
Glib::PropertyProxy<int> | property_pulse () |
Set this to positive values to indicate that some progress is made. | |
Glib::PropertyProxy_ReadOnly <Glib::ustring> | property_text () const |
Text on the progress bar. | |
Glib::PropertyProxy <Glib::ustring> | property_text () |
Text on the progress bar. | |
Glib::PropertyProxy_ReadOnly <float> | property_text_xalign () const |
The horizontal text alignment. | |
Glib::PropertyProxy<float> | property_text_xalign () |
The horizontal text alignment. | |
Glib::PropertyProxy_ReadOnly <float> | property_text_yalign () const |
The vertical text alignment. | |
Glib::PropertyProxy<float> | property_text_yalign () |
The vertical text alignment. | |
Glib::PropertyProxy_ReadOnly<int> | property_value () const |
Value of the progress bar. | |
Glib::PropertyProxy<int> | property_value () |
Value of the progress bar. | |
virtual | ~CellRendererProgress () |
Related Functions | |
(Note that these are not member functions.) | |
Gtk::CellRendererProgress* | wrap (GtkCellRendererProgress* object, bool take_copy=false) |
A Glib::wrap() method for this object. |
Constructor & Destructor Documentation
virtual Gtk::CellRendererProgress::~CellRendererProgress | ( | ) | [virtual] |
Gtk::CellRendererProgress::CellRendererProgress | ( | ) |
Member Function Documentation
virtual Glib::PropertyProxy_Base Gtk::CellRendererProgress::_property_renderable | ( | ) | [virtual] |
Returns the property that this CellRenderer renders.
For instance, property_text for CellRendererText, and property_active for CellRendererToggle Needs to be overridden in derived classes.
Reimplemented from Gtk::CellRenderer.
const GtkCellRendererProgress* Gtk::CellRendererProgress::gobj | ( | ) | const [inline] |
GtkCellRendererProgress* Gtk::CellRendererProgress::gobj | ( | ) | [inline] |
Glib::PropertyProxy_ReadOnly<int> Gtk::CellRendererProgress::property_pulse | ( | ) | const |
Set this to positive values to indicate that some progress is made.
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<int> Gtk::CellRendererProgress::property_pulse | ( | ) |
Set this to positive values to indicate that some progress is made.
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<Glib::ustring> Gtk::CellRendererProgress::property_text | ( | ) | const |
Text on the progress bar.
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<Glib::ustring> Gtk::CellRendererProgress::property_text | ( | ) |
Text on the progress bar.
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<float> Gtk::CellRendererProgress::property_text_xalign | ( | ) | const |
The horizontal text alignment.
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<float> Gtk::CellRendererProgress::property_text_xalign | ( | ) |
The horizontal text alignment.
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<float> Gtk::CellRendererProgress::property_text_yalign | ( | ) | const |
The vertical text alignment.
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<float> Gtk::CellRendererProgress::property_text_yalign | ( | ) |
The vertical text alignment.
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<int> Gtk::CellRendererProgress::property_value | ( | ) | const |
Value of the progress bar.
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<int> Gtk::CellRendererProgress::property_value | ( | ) |
Value of the progress bar.
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.
Friends And Related Function Documentation
Gtk::CellRendererProgress* wrap | ( | GtkCellRendererProgress * | 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: