mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 15:37:51 +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 ReadOnly;
|
||||
property ShowHint;
|
||||
property SpinButtonWidth: Integer read GetBuddyWidth write SetBuddyWidth default 0;
|
||||
property TabOrder;
|
||||
property TabStop;
|
||||
property TextHint;
|
||||
@ -376,6 +377,7 @@ type
|
||||
property PopupMenu;
|
||||
property ReadOnly;
|
||||
property ShowHint;
|
||||
property SpinButtonWidth: Integer read GetBuddyWidth write SetBuddyWidth default 0;
|
||||
property TabOrder;
|
||||
property TabStop;
|
||||
property TextHint;
|
||||
|
Loading…
Reference in New Issue
Block a user