Package ch.bailu.gtk.gtk
Interface ComboBox.OnActivate
- Enclosing class:
- ComboBox
- 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
-
Method Details
-
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.
-