Package: gtk

Accessor gtk:icon-view-selection-mode

Lambda List

gtk:icon-view-selection-mode (object)

Syntax

(gtk:icon-view-selection-mode object) => mode
(setf (gtk:icon-view-selection-mode object) mode)

Arguments

object -- a gtk:icon-view widget
mode -- a gtk:selection-mode value

Details

The accessor for the selection-mode slot of the gtk:icon-view class gets or sets the selection mode of the icon view.

Warning

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

See also

2025-09-16