Package: gtk

Accessor gtk:flow-box-activate-on-single-click

Lambda List

gtk:flow-box-activate-on-single-click (object)

Syntax

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

Arguments

object -- a gtk:flow-box widget
setting -- true to emit the "child-activated" signal on a single click

Details

The accessor for the activate-on-single-click slot of the gtk:flow-box class gets or sets whether children activate on single clicks. If the setting argument is true, children will be activated when you click on them, otherwise you need to double click.
 

See also

2025-07-29