This interface is implemented by all widgets that can be oriented horizontally or vertically. More...
|
virtual | ~Orientable () |
|
GtkOrientable* | gobj () |
| Provides access to the underlying C GObject. More...
|
|
const GtkOrientable* | gobj () const |
| Provides access to the underlying C GObject. More...
|
|
void | set_orientation (Orientation orientation) |
| Sets the orientation of the orientable. More...
|
|
Orientation | get_orientation () const |
| Retrieves the orientation of the orientable. More...
|
|
Glib::PropertyProxy< Orientation > | property_orientation () |
| The orientation of the orientable. More...
|
|
Glib::PropertyProxy_ReadOnly
< Orientation > | property_orientation () const |
| The orientation of the orientable. More...
|
|
| Interface (const Glib::Interface_Class &interface_class) |
|
| Interface (GObject *castitem) |
|
virtual | ~Interface () |
|
GObject * | gobj () |
|
const GObject * | gobj () const |
|
void | set_property_value (const Glib::ustring &property_name, const Glib::ValueBase &value) |
|
void | get_property_value (const Glib::ustring &property_name, Glib::ValueBase &value) const |
|
void | set_property (const Glib::ustring &property_name, const PropertyType &value) |
|
void | get_property (const Glib::ustring &property_name, PropertyType &value) const |
|
void | connect_property_changed (const Glib::ustring &property_name, const sigc::slot< void > &slot) |
|
sigc::connection | connect_property_changed_with_return (const Glib::ustring &property_name, const sigc::slot< void > &slot) |
|
void | freeze_notify () |
|
void | thaw_notify () |
|
virtual void | reference () const |
|
virtual void | unreference () const |
|
GObject * | gobj () |
|
const GObject * | gobj () const |
|
GObject * | gobj_copy () const |
|
void | set_property_value (const Glib::ustring &property_name, const Glib::ValueBase &value) |
|
void | get_property_value (const Glib::ustring &property_name, Glib::ValueBase &value) const |
|
void | set_property (const Glib::ustring &property_name, const PropertyType &value) |
|
void | get_property (const Glib::ustring &property_name, PropertyType &value) const |
|
void | connect_property_changed (const Glib::ustring &property_name, const sigc::slot< void > &slot) |
|
sigc::connection | connect_property_changed_with_return (const Glib::ustring &property_name, const sigc::slot< void > &slot) |
|
void | freeze_notify () |
|
void | thaw_notify () |
|
GObject * | gobj () |
|
const GObject * | gobj () const |
|
GObject * | gobj_copy () const |
|
| trackable (const trackable &src) |
|
trackable & | operator= (const trackable &src) |
|
void | add_destroy_notify_callback (void *data, func_destroy_notify func) const |
|
void | remove_destroy_notify_callback (void *data) const |
|
void | notify_callbacks () |
|
This interface is implemented by all widgets that can be oriented horizontally or vertically.
Historically, such widgets have been realized as subclasses of a common base class (e.g GtkBox/GtkHBox/GtkVBox and GtkScale/GtkHScale/GtkVScale). GtkOrientable is more flexible in that it allows the orientation to be changed at runtime, allowing the widgets to 'flip'.
- Since gtkmm 2.16: