Package: gtk

Interface gtk:orientable

Superclasses

gobject: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

The gtk:orientable interface is implemented by all widgets that can be oriented horizontally or vertically. A gtk:orientable widget is more flexible in that it allows the orientation to be changed at runtime, allowing the widget to "flip".

CSS nodes

The gtk:widget objects that implement the gtk:orientable interface will automatically acquire the horizontal or vertical CSS class, depending on the value of the orientation property.
 

Slot Access Functions

Inherited Slot Access Functions

See also

2024-9-26