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

TGtkTreeDestroyCountFunc

Declaration

Source position: lazgtk3.pas line 14471

type TGtkTreeDestroyCountFunc = procedure(

  tree_view: PGtkTreeView;

  path: PGtkTreePath;

  children: gint;

  user_data: gpointer

);