summaryrefslogtreecommitdiff
path: root/src/gui/fpg_button.pas
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/fpg_button.pas')
-rw-r--r--src/gui/fpg_button.pas2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/fpg_button.pas b/src/gui/fpg_button.pas
index fdb2f634..e3e2a62e 100644
--- a/src/gui/fpg_button.pas
+++ b/src/gui/fpg_button.pas
@@ -149,8 +149,10 @@ type
property Text;
property TextColor;
property TabOrder;
+ property OnMouseDown;
property OnMouseExit;
property OnMouseEnter;
+ property OnMouseUp;
property OnClick;
end;