Source position: lazgtk3.pas line 9420
type TGtkListBoxForeachFunc = procedure(
box: PGtkListBox;
row: PGtkListBoxRow;
user_data: gpointer
);