mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 13:39:11 +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 Constraints;
|
||||||
property Default;
|
property Default;
|
||||||
property DefaultCaption;
|
property DefaultCaption;
|
||||||
|
property DragCursor;
|
||||||
|
property DragKind;
|
||||||
|
property DragMode;
|
||||||
property Enabled;
|
property Enabled;
|
||||||
property Font;
|
property Font;
|
||||||
property Glyph;
|
property Glyph;
|
||||||
@ -423,6 +426,9 @@ type
|
|||||||
property Caption;
|
property Caption;
|
||||||
property Color;
|
property Color;
|
||||||
property Down;
|
property Down;
|
||||||
|
property DragCursor;
|
||||||
|
property DragKind;
|
||||||
|
property DragMode;
|
||||||
property Enabled;
|
property Enabled;
|
||||||
property Flat;
|
property Flat;
|
||||||
property Font;
|
property Font;
|
||||||
|
Loading…
Reference in New Issue
Block a user