An interface for flippable widgets
Class GtkOrientable
The GtkOrientable 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'.
| Methods | |
| get_orientation | Retrieves the orientation of the orientable. |
| set_orientation | Sets the orientation of the orientable. |
Retrieves the orientation of the orientable.
GtkOrientable.get_orientation()
| Return | the orientation of the orientable. |
Sets the orientation of the orientable.
GtkOrientable.set_orientation( orientation )
| orientation | the orientable's new orientation. |