mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-25 16:09:33 +02:00
LazControls: Publish TSpinEditEx.SpinButtonWidth and TFloatSpinEditEx.SpinButtonWidth
This commit is contained in:
parent
7f5295b689
commit
d58113e2e0
@ -268,6 +268,7 @@ type
|
|||||||
property PopupMenu;
|
property PopupMenu;
|
||||||
property ReadOnly;
|
property ReadOnly;
|
||||||
property ShowHint;
|
property ShowHint;
|
||||||
|
property SpinButtonWidth: Integer read GetBuddyWidth write SetBuddyWidth default 0;
|
||||||
property TabOrder;
|
property TabOrder;
|
||||||
property TabStop;
|
property TabStop;
|
||||||
property TextHint;
|
property TextHint;
|
||||||
@ -376,6 +377,7 @@ type
|
|||||||
property PopupMenu;
|
property PopupMenu;
|
||||||
property ReadOnly;
|
property ReadOnly;
|
||||||
property ShowHint;
|
property ShowHint;
|
||||||
|
property SpinButtonWidth: Integer read GetBuddyWidth write SetBuddyWidth default 0;
|
||||||
property TabOrder;
|
property TabOrder;
|
||||||
property TabStop;
|
property TabStop;
|
||||||
property TextHint;
|
property TextHint;
|
||||||
|
Loading…
Reference in New Issue
Block a user