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

Accessor of the receives-default slot of the gtk:widget class. The gtk:widget-receives-default function determines whether the widget is alyways treated as default widget within its toplevel when it has the focus, even if another widget is the default. The (setf gtk:widget-receives-default) function specifies whether the widget will be treated as the default widget.
 

See also

2025-2-13