mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 19:49:18 +02:00
LCL/Buttons: Publish DragCursor, DragKind and DragMode for TBitBtn and TSpeedButton. Addendum to issue #38891.
git-svn-id: trunk@65155 -
This commit is contained in:
parent
574b3a8178
commit
7c856f001b
@ -236,6 +236,9 @@ type
|
||||
property Constraints;
|
||||
property Default;
|
||||
property DefaultCaption;
|
||||
property DragCursor;
|
||||
property DragKind;
|
||||
property DragMode;
|
||||
property Enabled;
|
||||
property Font;
|
||||
property Glyph;
|
||||
@ -423,6 +426,9 @@ type
|
||||
property Caption;
|
||||
property Color;
|
||||
property Down;
|
||||
property DragCursor;
|
||||
property DragKind;
|
||||
property DragMode;
|
||||
property Enabled;
|
||||
property Flat;
|
||||
property Font;
|
||||
|
Loading…
Reference in New Issue
Block a user