Package: gtk

Accessor gtk-orientable-orientation

Lambda List

gtk-orientable-orientation (object)

Syntax

(gtk-orientable-orientation object) => orientation
(setf (gtk-orientable-orientation object) orientation)

Arguments

object -- a gtk-orientable widget
orientation -- a value of the gtk-orientation enumeration

Details

Accessor of the orientation slot of the gtk-orientable interface.

The gtk-orientable-orientation slot access function returns the orientation of the orientable widget. The (setf gtk-orientable-orientation) slot access function sets the orientation.
 

See also

*2021-10-31