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

Accessor of the has-default slot of the gtk:widget class. The gtk:widget-has-default function returns true if the widget is the current default widget within its toplevel, false otherwise.
 

See also

2025-2-13