Interface FlowBox.OnFlowBoxForeachFunc

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.OnFlowBoxForeachFunc
  • Method Details

    • onFlowBoxForeachFunc

      void onFlowBoxForeachFunc(CallbackHandler __self, @Nonnull FlowBox box, @Nonnull FlowBoxChild child, @Nullable Pointer user_data)
      A function used by gtk_flow_box_selected_foreach().

      It will be called on every selected child of the @box.
      Parameters:
      box - a `GtkFlowBox`
      child - a `GtkFlowBoxChild`
      user_data - user data