Add digits property to wxSpinCtrlDoubleXmlHandler
This makes it possible to set the precision of the number without changing the increment amount. Closes #22470.
This commit is contained in:
committed by
Vadim Zeitlin
parent
d9f36adc8f
commit
6ce81acda8
@@ -2088,6 +2088,8 @@ additional property:
|
||||
@beginTable
|
||||
@row3col{inc, float,
|
||||
The amount by which the number is changed by a single arrow press.}
|
||||
@row3col{digits, integer,
|
||||
Sets the precision of the value of the spin control (default: 0). @since 3.1.7.}
|
||||
@endTable
|
||||
|
||||
@since 3.1.1.
|
||||
|
||||
Reference in New Issue
Block a user