gtkmm
3.22.1
|
See ChildPropertyProxy(). More...
#include <gtkmm/childpropertyproxy.h>
Public Types | |
typedef T | PropertyType |
Public Member Functions | |
ChildPropertyProxy_WriteOnly (Gtk::Container* parent, Gtk::Widget& child, const char* property_name) | |
void | set_value (const PropertyType& data) |
Set the value of this property in child. More... | |
void | reset_value () |
Set the value of this property in child back to its default value. More... | |
ChildPropertyProxy_WriteOnly< T >& | operator= (const PropertyType& data) |
![]() | |
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_ |
See ChildPropertyProxy().
This property can be written, but not read, so there is no get_value() method.
typedef T Gtk::ChildPropertyProxy_WriteOnly< T >::PropertyType |
|
inline |
|
inline |
|
inline |
Set the value of this property in child back to its default value.
void Gtk::ChildPropertyProxy_WriteOnly< T >::set_value | ( | const PropertyType& | data | ) |
Set the value of this property in child.
data | The new value for the property. |