summaryrefslogtreecommitdiff
path: root/src/gui/fpg_checkbox.pas
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2010-02-25 14:37:36 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2010-02-25 14:37:36 +0200
commit2553e165221735e8b5e4f1cecd63fb1cef1363ea (patch)
treee64773a4c21b166c00c8c0c894d040b32a8764f4 /src/gui/fpg_checkbox.pas
parent76d8bf9a89b71f6739d5171866f0650d221ab51d (diff)
downloadfpGUI-2553e165221735e8b5e4f1cecd63fb1cef1363ea.tar.xz
Published Hint and ShowHint on all widgets.
Diffstat (limited to 'src/gui/fpg_checkbox.pas')
-rw-r--r--src/gui/fpg_checkbox.pas1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/fpg_checkbox.pas b/src/gui/fpg_checkbox.pas
index 87a1b4df..67ab9e96 100644
--- a/src/gui/fpg_checkbox.pas
+++ b/src/gui/fpg_checkbox.pas
@@ -69,6 +69,7 @@ type
property BoxLayout;
property Checked;
property FontDesc;
+ property Hint;
property ParentShowHint;
property ShowHint;
property TabOrder;