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