mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 10:09:29 +02:00
LCL: Publish TLabel events OnMouseWheel, OnMouseWheelDown and OnMouseWheelUp. Issue #26781, patch from Sandro Cumerlato.
git-svn-id: trunk@46330 -
This commit is contained in:
parent
df1ffcd867
commit
d27da074e8
@ -1503,6 +1503,9 @@ type
|
||||
property OnMouseUp;
|
||||
property OnMouseEnter;
|
||||
property OnMouseLeave;
|
||||
property OnMouseWheel;
|
||||
property OnMouseWheelDown;
|
||||
property OnMouseWheelUp;
|
||||
property OnChangeBounds;
|
||||
property OnContextPopup;
|
||||
property OnResize;
|
||||
|
Loading…
Reference in New Issue
Block a user