summaryrefslogtreecommitdiff
path: root/src/gui/fpg_edit.pas
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2010-10-29 13:37:46 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2010-10-29 13:37:46 +0200
commit6b581c77c401905e5bf72ed6aa133f0e046126a2 (patch)
tree260537acd4e1b7e38928c8500d9aedae3afe1595 /src/gui/fpg_edit.pas
parente6eb439e31dbbeb21db5c1d017021e4a7081ed0b (diff)
downloadfpGUI-6b581c77c401905e5bf72ed6aa133f0e046126a2.tar.xz
Published the DND propertys for some of the most used components.
This is so they can be tested. Once DND stabilizes, I'll make the properties available on the other components too.
Diffstat (limited to 'src/gui/fpg_edit.pas')
-rw-r--r--src/gui/fpg_edit.pas2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/fpg_edit.pas b/src/gui/fpg_edit.pas
index f6c7e6b4..dd7958ab 100644
--- a/src/gui/fpg_edit.pas
+++ b/src/gui/fpg_edit.pas
@@ -159,6 +159,7 @@ type
public
property PopupMenu; // UI Designer doesn't fully support it yet
published
+ property AcceptDrops;
property Align;
property AutoSelect;
property AutoSize;
@@ -184,6 +185,7 @@ type
property OnDragEnter;
property OnDragLeave;
property OnDragDrop;
+ property OnDragStartDetected;
property OnEnter;
property OnExit;
property OnKeyPress;