ListBoxForeachFunc
Description:
[ CCode ( instance_pos = 2.9 ) ]
public delegate void ListBoxForeachFunc (ListBox box, ListBoxRow row)
public delegate void ListBoxForeachFunc (ListBox box, ListBoxRow row)
A function used by selected_foreach.
It will be called on every selected child of the box
.
Parameters:
box |
a `GtkListBox` |
row |
a `GtkListBoxRow` |
user_data |
user data |
Namespace: Gtk
Package: gtk4