Function
Gtk.ListBoxForeachFunc
Description [src]
A function used by gtk_list_box_selected_foreach().
It will be called on every selected child of the box.
Parameters
| box | GtkListBox | 
| a  | |
| Ownership is not transferred to the callee | |
| row | GtkListBoxRow | 
| a  | |
| Ownership is not transferred to the callee | |
| user_data | gpointer | 
| user data |