summaryrefslogtreecommitdiff
path: root/src/gui/fpg_combobox.pas
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/fpg_combobox.pas')
-rw-r--r--src/gui/fpg_combobox.pas5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/fpg_combobox.pas b/src/gui/fpg_combobox.pas
index bb26ada6..d67b1b62 100644
--- a/src/gui/fpg_combobox.pas
+++ b/src/gui/fpg_combobox.pas
@@ -176,6 +176,11 @@ type
property OnDropDown;
property OnEnter;
property OnExit;
+ property OnMouseDown;
+ property OnMouseExit;
+ property OnMouseEnter;
+ property OnMouseMove;
+ property OnMouseUp;
property OnShowHint;
end;