Schnittstelle SelectionModelInterface.OnSetSelection

Umschließende Klasse:
SelectionModelInterface
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

@FunctionalInterface public static interface SelectionModelInterface.OnSetSelection
  • Methodendetails

    • onSetSelection

      boolean onSetSelection(CallbackHandler __self, @Nonnull SelectionModel model, @Nonnull Bitset selected, @Nonnull Bitset mask)
      Parameter:
      model - a `GtkSelectionModel`
      selected - bitmask specifying if items should be selected or unselected
      mask - bitmask specifying which items should be updated
      Gibt zurück:
      %TRUE if this action was supported and no fallback should be tried. This does not mean that all items were updated according to the inputs.