Package ch.bailu.gtk.gtk
Interface ComboBox.OnMoveActive
- 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
Modifier and TypeMethodDescriptionvoid
onMoveActive
(int scroll_type) Emitted to move the active selection.
-
Method Details
-
onMoveActive
void onMoveActive(int scroll_type) Emitted to move the active selection.
This is an [keybinding signal](class.SignalAction.html).- Parameters:
scroll_type
- a `GtkScrollType`
-