Imported from 5c84c4348b
This commit is contained in:
Nigel Breslaw 2025-06-25 17:23:42 +03:00 committed by Olivier Goffart
parent a9a1403f26
commit 180c1d09df

View file

@ -74,6 +74,16 @@ The icon displayed at the end of the search bar.
## Callbacks
### action(index: int)
Invoked when a search result item action is triggered.
### accepted(text: string)
Invoked when the user presses Enter in the search bar.
### edited(text: string)
Invoked when the text in the search bar changes.
### key_pressed(event: KeyEvent) -> EventResult
Invoked when a key is pressed in the search bar.