You've already forked lazarus-ccr
Published StartDrag
Fixed some Drag&Drop related stuff git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@104 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -3,7 +3,8 @@ unit VirtualDrawTree;
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes,Sysutils,Graphics,virtualtrees;
|
||||
Classes, Types,SysUtils,Controls,
|
||||
Graphics,virtualtrees;
|
||||
|
||||
type
|
||||
TVTDrawHintEvent = procedure(Sender: TBaseVirtualTree; HintCanvas: TCanvas; Node: PVirtualNode; R: TRect;
|
||||
@@ -187,6 +188,7 @@ type
|
||||
property OnSaveNode;
|
||||
property OnScroll;
|
||||
property OnStartDock;
|
||||
property OnStartDrag;
|
||||
property OnStateChange;
|
||||
property OnStructureChange;
|
||||
property OnUpdating;
|
||||
|
Reference in New Issue
Block a user