Package: gtk
Accessor gtk:list-item-activatable
Lambda Listgtk:list-item-activatable (object) SyntaxArgumentsDetails 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 a list item is activatable, double-clicking on the list item, using the Return key or calling the gtk:widget-activate function will activate the list 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 |
2025-3-15