Package: gtk
Function gtk-window-default-widget
Lambda Listgtk-window-default-widget (window) SyntaxArgumentsDetails
Accessor of the default widget of the window. The gtk-window-default-widget returns the default widget for the window. The (setf gtk-window-default-widget) sets or unsets the default widget. The default widget is the widget that is activated when the user presses the Enter key in a dialog for example. When setting, rather than unsetting, the default widget it is generally easier to call the gtk-widget-grab-focus function on the widget. Before making a widget the default widget, you must call the gtk-widget-can-default function on the widget you would like to make the default. Note | See also |
2021-9-20