GtkSearchEntry

A text entry with search functionality.

Preview

CSS Node Tree

entry.search
  ├── image (search icon, left)
  ├── text
  └── image (clear icon, right)

Props

Prop

Type

Keyboard

  • Enter — fires onActivate
  • Escape — fires onStopSearch
  • Ctrl+G — fires onNextMatch
  • Ctrl+Shift+G — fires onPreviousMatch

GTK4 Documentation →

On this page