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

TGtkTreeModelForeachFunc

Declaration

Source position: lazgtk3.pas line 4479

type TGtkTreeModelForeachFunc = function(

  model: PGtkTreeModel;

  path: PGtkTreePath;

  iter: PGtkTreeIter;

  data: gpointer

):gboolean;