Interface FlowBox.OnFlowBoxFilterFunc

Enclosing class:
FlowBox
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface FlowBox.OnFlowBoxFilterFunc
  • Method Details

    • 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.
      Parameters:
      child - a `GtkFlowBoxChild` that may be filtered
      user_data - user data
      Returns:
      %TRUE if the row should be visible, %FALSE otherwise