Package: gtk

Interface gtk-orientable

Superclasses

g-object, common-lisp:standard-object, common-lisp:t

Documented Subclasses

Direct Slots

orientation
The orientation property of type gtk-orientation (Read / Write)
The orientation of the orientable widget.
Default value: :horizontal

Details

An interface for flippable widgets.

The gtk-orientable 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. The gtk-orientable interface is more flexible in that it allows the orientation to be changed at runtime, allowing the widgets to "flip".
 

Slot Access Functions

Inherited Slot Access Functions

See also

2021-10-31