mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 23:49:28 +02:00
lcl: THintWindow: public mouse messages
git-svn-id: trunk@52361 -
This commit is contained in:
parent
2317b38b42
commit
4c522305c1
@ -883,6 +883,9 @@ type
|
||||
class function GetControlClassDefaultSize: TSize; override;
|
||||
public
|
||||
property OnMouseDown; // Public access may be needed.
|
||||
property OnMouseUp;
|
||||
property OnMouseMove;
|
||||
property OnMouseLeave;
|
||||
property Alignment: TAlignment read FAlignment write FAlignment;
|
||||
property HintRect: TRect read FHintRect write FHintRect;
|
||||
property HintRectAdjust: TRect read FHintRect write SetHintRectAdjust;
|
||||
|
Loading…
Reference in New Issue
Block a user