summaryrefslogtreecommitdiff
path: root/uidesigner/vfdwidgets.pas
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2010-04-01 15:19:22 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2010-04-01 15:19:22 +0200
commit7c7f1ebf9fbf02518e89446376a5c39c7b068a5c (patch)
tree4e8f58015dac65048611c7df4e1e06104ea89495 /uidesigner/vfdwidgets.pas
parent430660097e9355d073d7d4c23bc6f9665dcf352e (diff)
downloadfpGUI-7c7f1ebf9fbf02518e89446376a5c39c7b068a5c.tar.xz
UI Designer: publish the new TfpgEdit.IgnoreMouseCursor property.
Diffstat (limited to 'uidesigner/vfdwidgets.pas')
-rw-r--r--uidesigner/vfdwidgets.pas1
1 files changed, 1 insertions, 0 deletions
diff --git a/uidesigner/vfdwidgets.pas b/uidesigner/vfdwidgets.pas
index 5b1643f7..f9338b56 100644
--- a/uidesigner/vfdwidgets.pas
+++ b/uidesigner/vfdwidgets.pas
@@ -325,6 +325,7 @@ begin
wc.AddProperty('TabOrder', TPropertyInteger, 'The tab order');
wc.AddProperty('Text', TPropertyString, 'Initial text');
wc.AddProperty('FontDesc', TPropertyFontDesc, 'The font used for displaying the text');
+ wc.AddProperty('IgnoreMouseCursor', TPropertyBoolean, 'If True, then mouse pointer doesn''t change');
wc.AddProperty('ParentShowHint', TPropertyBoolean, '');
wc.AddProperty('ShowHint', TPropertyBoolean, '');
wc.WidgetIconName := 'vfd.edit';