Package: gtk

Accessor gtk-widget-has-default

Lambda List

gtk-widget-has-default (object)

Syntax

(gtk-widget-has-default object) => setting
(setf (gtk-widget-has-default object) setting)

Arguments

object -- a gtk-widget object
setting -- a boolean whether the widget is the default widget

Details

Accessor of the has-default slot of the gtk-widget class.

The gtk-widget-has-default slot access function returns true if the widget is the current default widget within its toplevel, false otherwise. The (setf gtk-widget-has-default) slot access function sets whether the widget is the default widget.

See the gtk-widget-can-default function.
 

See also

2021-9-15