Package ch.bailu.gtk.gtk
Schnittstelle ComboBox.OnPopdown
- Umschließende Klasse:
ComboBox
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
Emitted to popdown the combo box list.
-
Methodendetails
-
onPopdown
boolean onPopdown()Emitted to popdown the combo box list.
This is an [keybinding signal](class.SignalAction.html).
The default bindings for this signal are Alt+Up and Escape.- Gibt zurück:
- whether the combo box was popped down
-