GtkListBoxForeachFunc

A function used by ListBox.selectedForeach. It will be called on every selected child of the box.

alias GtkListBoxForeachFunc = void function(GtkListBox* box, GtkListBoxRow* row, void* userData)

Meta

Since

3.14