SearchEntry
Creates a org.gnome.gtk.SearchEntry, an entry with functionalities for searching.
Parameters
The text in the entry.
Callback triggered when the text is changed.
Compose Modifier for layout and styling.
Whether the text can be edited.
The alignment for the contents of the entry.
Whether changes to this entry will be saved for undo/redo actions.
The desired maximum width of the entry, in characters.
Number of characters to leave space for in the entry.
Callback triggered when the entry is activated (for example: pressing the Enter key).
Callback triggered when search changes with an added delay of searchDelay.
Callback triggered when the user starts searching.
Callback triggered when the user stops searching.
Callback triggered when the user initiates a move to the next match.
Callback triggered when the user initiates a move to the previous match.
Additional hints which allow input methods to fine-tune their behavior.
The input purpose which can be used by input methods to adjust their behavior.
The text displayed when the entry is empty and unfocused.
The delay in milliseconds from last keypress to the search changed signal.