diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2010-04-01 15:19:22 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2010-04-01 15:19:22 +0200 |
commit | 7c7f1ebf9fbf02518e89446376a5c39c7b068a5c (patch) | |
tree | 4e8f58015dac65048611c7df4e1e06104ea89495 /uidesigner | |
parent | 430660097e9355d073d7d4c23bc6f9665dcf352e (diff) | |
download | fpGUI-7c7f1ebf9fbf02518e89446376a5c39c7b068a5c.tar.xz |
UI Designer: publish the new TfpgEdit.IgnoreMouseCursor property.
Diffstat (limited to 'uidesigner')
-rw-r--r-- | uidesigner/vfdwidgets.pas | 1 |
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'; |