ListBoxForeachFunc


Description:

[ CCode ( instance_pos = 2.9 ) ]
[ Version ( since = "3.14" ) ]
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 ListBox

row

a ListBoxRow

user_data

user data


Namespace: Gtk
Package: gtk+-3.0