Package: gtk

Accessor gtk:list-item-activatable

Lambda List

gtk:list-item-activatable (object)

Syntax

(gtk:list-item-activatable object) => activatable
(setf (gtk:list-item-activatable object) activatable)

Arguments

object -- a gtk:list-item object
activatable -- a boolean whether the item should be activatable

Details

Accessor of the activatable slot of the gtk:list-item class. The gtk:list-item-activatable function checks if a list item has been set to be activatable. The (setf gtk:list-item-activatable) function sets object to be activatable.

If an item is activatable, double-clicking on the item, using the Return key or calling the gtk:widget-activate function will activate the item. Activating instructs the containing view to handle activation. The gtk:list-view widget for example will be emitting the "activate" signal.

By default, list items are activatable
 

See also

2023-8-13