Package: gtk

Accessor gtk:widget-has-default

Lambda List

gtk:widget-has-default (object)

Syntax

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

Arguments

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

Details

The accessor for the has-default slot returns true if the widget is the current default widget within its toplevel, false otherwise.
 

See also

2026-08-30