Package ch.bailu.gtk.gtk
Interface SearchEntry.OnPreviousMatch
- Enclosing class:
- SearchEntry
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Emitted when the user initiates a move to the previous match
for the current search string.
-
Method Details
-
onPreviousMatch
void onPreviousMatch()Emitted when the user initiates a move to the previous match
for the current search string.
This is a [keybinding signal](class.SignalAction.html).
Applications should connect to it, to implement moving
between matches.
The default bindings for this signal is Ctrl-Shift-g.
-