Package: gtk
Accessor gtk:text-activates-default
Lambda Listgtk:text-activates-default (object) SyntaxArgumentsDetails The accessor for the activates-default slot of the gtk:text class gets or sets whether to activate the default widget, when Enter is pressed. If the activates-default property is true, pressing Enter in the text entry will activate the default widget for the window
containing the text entry. This usually means that the dialog containing the
text entry will be closed, since the default widget is usually one of the
dialog buttons. | See also |
2025-08-11