Package ch.bailu.gtk.gtk
Interface ComboBox.OnChanged
- 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
-
onChanged
void onChanged()Emitted when the active item is changed.
The can be due to the user selecting a different item from the list,
or due to a call to [method@Gtk.ComboBox.set_active_iter]. It will
also be emitted while typing into the entry of a combo box with an entry.
-