Package: gtk

Accessor gtk:icon-view-item-orientation

Lambda List

gtk:icon-view-item-orientation (object)

Syntax

(gtk:icon-view-item-orientation object) => orientation
(setf (gtk:icon-view-item-orientation object) orientation)

Arguments

object -- a gtk:icon-view widget
orientation -- a gtk:orientation value for the relative position of texts and icons

Details

Accessor of the item-orientation slot of the gtk:icon-view class. Determines whether the labels are drawn beside the icons instead of below.

Warning

The gtk:icon-view implementation is deprecated since 4.10. Use the gtk:grid-view implementation instead.
 

See also

2025-3-3