Package ch.bailu.gtk.gtk
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.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onFlowBoxForeachFunc
(CallbackHandler __self, FlowBox box, FlowBoxChild child, Pointer user_data) A function used by gtk_flow_box_selected_foreach().
-
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
-