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

TGtkTreeSelectionFunc

Declaration

Source position: lazgtk3.pas line 14638

type TGtkTreeSelectionFunc = function(

  selection: PGtkTreeSelection;

  model: PGtkTreeModel;

  path: PGtkTreePath;

  path_currently_selected: gboolean;

  data: gpointer

):gboolean;