Package ch.bailu.gtk.gtk
Schnittstelle ShortcutsWindow.OnClose
- Umschließende Klasse:
ShortcutsWindow
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
onClose()
Emitted when the user uses a keybinding to close the window.
-
Methodendetails
-
onClose
void onClose()Emitted when the user uses a keybinding to close the window.
This is a [keybinding signal](class.SignalAction.html).
The default binding for this signal is the <kbd>Escape</kbd> key.
-