[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGtk3' (#lcl)

TGtkListBoxForeachFunc

Declaration

Source position: lazgtk3.pas line 9420

type TGtkListBoxForeachFunc = procedure(

  box: PGtkListBox;

  row: PGtkListBoxRow;

  user_data: gpointer

);