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 slot access 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) slot access function specifies whether the widget will be treated as the default widget.

See the gtk-widget-grab-default function for details about the meaning of "default".
 

See also

2021-9-15