Package: gtk

Accessor gtk:widget-receives-default

Lambda List

gtk:widget-receives-default (object)

Syntax

(gtk:widget-receives-default object) => setting
(setf (gtk:widget-receives-default object) setting)

Arguments

object -- a gtk:widget object
setting -- a boolean whether the widget will receive the default action

Details

The accessor for the receives-default slot of the gtk:widget class gets or sets whether the widget is alyways treated as default widget within its toplevel when it has the focus, even if another widget is the default.
 

See also

2025-09-26