Added step-size to SpinBox (#5293)

This commit is contained in:
Florian Blasius 2024-05-31 09:45:37 +00:00 committed by GitHub
parent 9a3aa265d5
commit dc4e421f2c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 126 additions and 98 deletions

View file

@ -8,6 +8,7 @@
- **`value`** (_in-out_ _int_): The value. Defaults to the minimum.
- **`minimum`** (_in_ _int_): The minimum value (default: 0).
- **`maximum`** (_in_ _int_): The maximum value (default: 100).
- **`step-size`** (_in_ _int_): The size that is used on increment or decrement of `value` (default: 1).
### Callbacks