Package: gtk

Function gtk:entry-grab-focus-without-selecting

Lambda List

gtk:entry-grab-focus-without-selecting (entry)

Arguments

entry -- a gtk:entry widget

Details

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