Package: gtk

Accessor gtk-list-box-activate-on-single-click

Lambda List

gtk-list-box-activate-on-single-click (object)

Syntax

(gtk-list-box-activate-on-single-click object) => setting
(setf (gtk-list-box-activate-on-single-click object) setting)

Arguments

object -- a gtk-list-box widget
setting -- a boolean whether to activate the row on a single click

Details

Accessor of the activate-on-single-click slot of the gtk-list-box class.

The gtk-list-box-activate-on-single-click slot access function returns whether rows activate on single clicks. The (setf gtk-list-box-activate-on-single-click) slot access function sets whether rows activate on single clicks.

If the setting argument is true, rows will be activated when you click on them, otherwise you need to double-click.
 

See also

2021-12-15