Package: gtk

Callback gtk-list-box-foreach-func

Details

A callback function used by the gtk-list-box-selected-foreach function. It will be called on every selected child widget of the list box.
 lambda (listbox row)  
listbox
A gtk-list-box widget.
row
A gtk-list-box-row widget.
 

See also

2021-12-15