Schnittstelle FlowBox.OnFlowBoxFilterFunc

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

@FunctionalInterface public static interface FlowBox.OnFlowBoxFilterFunc
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    boolean
    A function that will be called whenever a child changes
    or is added.
  • Methodendetails

    • onFlowBoxFilterFunc

      boolean onFlowBoxFilterFunc(CallbackHandler __self, @Nonnull FlowBoxChild child, @Nullable Pointer user_data)
      A function that will be called whenever a child changes
      or is added.

      It lets you control if the child should be visible or not.
      Parameter:
      child - a `GtkFlowBoxChild` that may be filtered
      user_data - user data
      Gibt zurück:
      %TRUE if the row should be visible, %FALSE otherwise