Package: gtk

Accessor gtk:popover-default-widget

Lambda List

gtk:popover-default-widget (object)

Syntax

(gtk:popover-default-widget object) => widget
(setf (gtk:popover-default-widget object) widget)

Arguments

object -- a gtk:popover widget
widget -- a gtk:widget default widget, or nil to unset the default widget

Details

The accessor for the default-widget slot of the gtk:popover class gets or sets the default widget of the popover.

The default widget is the widget that is activated when the user presses the Enter key in a dialog, for example.
 

See also

2025-08-12