Package: gtk
Function gtk:search-entry-key-capture-widget
Lambda Listgtk:search-entry-key-capture-widget (entry) SyntaxArgumentsDetails
Accessor of the key capture widget of the search entry. The gtk:search-entry-key-capture-widget function gets the widget that
the search entry is capturing key events from. The (setf gtk:search-entry-key-capture-widget) function sets widget as the
widget that the search entry will capture key events from. Key events are consumed by the search entry to start or continue a search. If the search entry is part of a gtk:search-bar widget, it is preferable to call the gtk:search-bar-key-capture-widget function instead, which will reveal the text entry in addition to triggering the search entry. | See also |
#2024-4-20