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

TGtkIconViewForeachFunc

Declaration

Source position: lazgtk3.pas line 8784

type TGtkIconViewForeachFunc = procedure(

  icon_view: PGtkIconView;

  path: PGtkTreePath;

  data: gpointer

);