mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 13:09:36 +02:00
LCL: Add drag/drop functionality to TArrow. Issue #26756, patch from Mike Thompson.
git-svn-id: trunk@46278 -
This commit is contained in:
parent
8f5585fed4
commit
67e0258ad0
@ -59,15 +59,15 @@ type
|
||||
property OnClick;
|
||||
property OnContextPopup;
|
||||
property OnDblClick;
|
||||
//property OnDragDrop;
|
||||
//property OnDragOver;
|
||||
//property OnEndDrag;
|
||||
property OnDragDrop;
|
||||
property OnDragOver;
|
||||
property OnEndDrag;
|
||||
property OnMouseDown;
|
||||
property OnMouseMove;
|
||||
property OnMouseUp;
|
||||
property OnPaint;
|
||||
property OnResize;
|
||||
//property OnStartDrag;
|
||||
property OnStartDrag;
|
||||
property ParentColor;
|
||||
property ParentShowHint;
|
||||
property PopupMenu;
|
||||
|
Loading…
Reference in New Issue
Block a user