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

TGtkFlowBoxForeachFunc

Declaration

Source position: lazgtk3.pas line 7190

type TGtkFlowBoxForeachFunc = procedure(

  box: PGtkFlowBox;

  child: PGtkFlowBoxChild;

  user_data: gpointer

);