summaryrefslogtreecommitdiff
path: root/src/gui/gui_checkbox.pas
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gui_checkbox.pas')
-rw-r--r--src/gui/gui_checkbox.pas2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/gui_checkbox.pas b/src/gui/gui_checkbox.pas
index f0013043..412f77d6 100644
--- a/src/gui/gui_checkbox.pas
+++ b/src/gui/gui_checkbox.pas
@@ -57,6 +57,8 @@ type
property BackgroundColor;
property Checked: boolean read FChecked write SetChecked default False;
property FontDesc: string read GetFontDesc write SetFontDesc;
+ property ParentShowHint;
+ property ShowHint;
property TabOrder;
property Text: string read FText write SetText;
property TextColor;