Package ch.bailu.gtk.gtk
Schnittstelle SelectionModel.OnSelectionChanged
- Umschließende Klasse:
SelectionModel
- 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
onSelectionChanged
(int position, int n_items) Emitted when the selection state of some of the items in @model changes.
-
Methodendetails
-
onSelectionChanged
void onSelectionChanged(int position, int n_items) Emitted when the selection state of some of the items in @model changes.
Note that this signal does not specify the new selection state of the
items, they need to be queried manually. It is also not necessary for
a model to change the selection state of any of the items in the selection
model, though it would be rather useless to emit such a signal.- Parameter:
position
- The first item that may have changedn_items
- number of items with changes
-