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

TGtkTreeViewColumnDropFunc

Declaration

Source position: lazgtk3.pas line 14351

type TGtkTreeViewColumnDropFunc = function(

  tree_view: PGtkTreeView;

  column: PGtkTreeViewColumn;

  prev_column: PGtkTreeViewColumn;

  next_column: PGtkTreeViewColumn;

  data: gpointer

):gboolean;