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
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
Classes,Sysutils,Graphics,virtualtrees;
|
Classes, Types,SysUtils,Controls,
|
||||||
|
Graphics,virtualtrees;
|
||||||
|
|
||||||
type
|
type
|
||||||
TVTDrawHintEvent = procedure(Sender: TBaseVirtualTree; HintCanvas: TCanvas; Node: PVirtualNode; R: TRect;
|
TVTDrawHintEvent = procedure(Sender: TBaseVirtualTree; HintCanvas: TCanvas; Node: PVirtualNode; R: TRect;
|
||||||
@@ -187,6 +188,7 @@ type
|
|||||||
property OnSaveNode;
|
property OnSaveNode;
|
||||||
property OnScroll;
|
property OnScroll;
|
||||||
property OnStartDock;
|
property OnStartDock;
|
||||||
|
property OnStartDrag;
|
||||||
property OnStateChange;
|
property OnStateChange;
|
||||||
property OnStructureChange;
|
property OnStructureChange;
|
||||||
property OnUpdating;
|
property OnUpdating;
|
||||||
|
Reference in New Issue
Block a user