Package ch.bailu.gtk.gtk
Interface ListBox.OnListBoxForeachFunc
- Enclosing class:
- ListBox
- 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
onListBoxForeachFunc
(CallbackHandler __self, ListBox box, ListBoxRow row, Pointer user_data) A function used by gtk_list_box_selected_foreach().
-
Method Details
-
onListBoxForeachFunc
void onListBoxForeachFunc(CallbackHandler __self, @Nonnull ListBox box, @Nonnull ListBoxRow row, @Nullable Pointer user_data) A function used by gtk_list_box_selected_foreach().
It will be called on every selected child of the @box.- Parameters:
box
- a `GtkListBox`row
- a `GtkListBoxRow`user_data
- user data
-