gtkmm: Gtk::ChildPropertyProxy_ReadOnly< T > Class Template Reference
See ChildPropertyProxy(). More...
#include <gtkmm/childpropertyproxy.h>
Inheritance diagram for Gtk::ChildPropertyProxy_ReadOnly< T >:

Public Types |
|
typedef T | PropertyType |
Public Member Functions |
|
ChildPropertyProxy_ReadOnly (const Gtk::Container * parent, const Gtk::Widget & child, const char* property_name) | |
PropertyType | get_value () const |
Get the value of this property in child.
More...
|
|
operator PropertyType () const | |
![]() |
|
ChildPropertyProxy_Base ( Container * parent, Widget & child, const char* property_name) | |
ChildPropertyProxy_Base (const ChildPropertyProxy_Base & other) | |
SignalProxyChildProperty | signal_changed () |
Container * | get_parent () const |
Widget & | get_child () const |
const char* | get_name () const |
Additional Inherited Members |
|
![]() |
|
void | set_property_ (const Glib::ValueBase & value) |
void | get_property_ ( Glib::ValueBase & value) const |
void | reset_property_ () |
![]() |
|
Container * | parent_ |
Widget & | child_ |
const char* | property_name_ |
Detailed Description
template<class T>
class Gtk::ChildPropertyProxy_ReadOnly< T >
See ChildPropertyProxy().
This property can be read, but not written, so there is no set_value() method.
Member Typedef Documentation
template <class T >
typedef T Gtk::ChildPropertyProxy_ReadOnly < T >:: PropertyType |
Constructor & Destructor Documentation
template <class T >
|
inline |
Member Function Documentation
template <class T >
PropertyType Gtk::ChildPropertyProxy_ReadOnly < T >::get_value | ( | ) | const |
Get the value of this property in child.
- Returns
- The current value of the property.
template <class T >
|
inline |