Package: gtk

Accessor gtk:search-bar-key-capture-widget

Lambda List

gtk:search-bar-key-capture-widget (object)

Syntax

(gtk:search-bar-key-capture-widget object) => widget
(setf (gtk:search-bar-key-capture-widget object) widget)

Arguments

object -- a gtk:search-bar widget
widget -- a gtk:widget key capture widget

Details

Accessor of the key-capture-widget slot of the gtk:search-bar class. The gtk:search-bar-key-capture-widget function gets the widget that the search bar is capturing key events from. The (setf gtk:search-bar-key-capture-widget) function sets widget as the widget that the search bar will capture key events from.

If key events are handled by the search bar, the search bar will be shown, and the search entry populated with the entered text.
 

See also

2024-4-20