Package: gtk

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

Lambda List

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

Arguments

entry -- a gtk:text widget

Return Value

True if focus is inside entry.

Details

Causes the text widget to have keyboard focus. It behaves like the gtk:widget-grab-focus function, except that it does not select the contents of 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

#2024-11-15