Package ch.bailu.gtk.gtk
Schnittstelle ComboBox.OnActivate
- 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 TypMethodeBeschreibungvoid
Emitted to when the combo box is activated.
-
Methodendetails
-
onActivate
void onActivate()Emitted to when the combo box is activated.
The `::activate` signal on `GtkComboBox` is an action signal and
emitting it causes the combo box to pop up its dropdown.
-