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

TGtkTreeSelectionForeachFunc

Declaration

Source position: lazgtk3.pas line 14644

type TGtkTreeSelectionForeachFunc = procedure(

  model: PGtkTreeModel;

  path: PGtkTreePath;

  iter: PGtkTreeIter;

  data: gpointer

);