Package: gtk
Function gtk:entry-grab-focus-without-selecting
Lambda Listgtk:entry-grab-focus-without-selecting (entry) ArgumentsDetails
Causes the text entry to have keyboard focus. It behaves like the gtk:widget-grab-focus function, except that it
does not select the contents of the text entry. You only want to call this on
some special entries which the user usually does not want to replace all text
in, such as search-as-you-type entries. | See also |
#2023-9-16