summaryrefslogtreecommitdiff
path: root/src/gui/fpg_checkbox.pas
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/fpg_checkbox.pas')
-rw-r--r--src/gui/fpg_checkbox.pas2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/fpg_checkbox.pas b/src/gui/fpg_checkbox.pas
index c185272c..9e7c887e 100644
--- a/src/gui/fpg_checkbox.pas
+++ b/src/gui/fpg_checkbox.pas
@@ -61,6 +61,8 @@ type
property Text: string read FText write SetText;
property TextColor;
property OnChange: TNotifyEvent read FOnChange write FOnChange;
+ property OnEnter;
+ property OnExit;
end;