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

The accessor for the key-capture-widget slot of the gtk:search-bar class gets or sets the widget that the search bar is capturing 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

2025-08-11