diff options
author | Jóhannes Gunnar Þorsteinsson <johannesg@johannesg.com> | 2019-11-15 15:04:34 +0000 |
---|---|---|
committer | Álex Román <eirexe123@gmail.com> | 2022-08-04 14:48:46 +0200 |
commit | ba35cff303244c9e52e56dc5f8ec2c8732d30cee (patch) | |
tree | 4f1a456d39e39d6d4d756354eed4c4e76c1093ff /doc/classes/SpinBox.xml | |
parent | 787bb0f26933effa2199a0608f6e0055e10997b2 (diff) |
Independent spinbox arrow step precision
Rebased by EIREXE
This work has been kindly sponsored by IMVU & EIRTeam.
Diffstat (limited to 'doc/classes/SpinBox.xml')
-rw-r--r-- | doc/classes/SpinBox.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/classes/SpinBox.xml b/doc/classes/SpinBox.xml index e84f9c38ff..8df039794a 100644 --- a/doc/classes/SpinBox.xml +++ b/doc/classes/SpinBox.xml @@ -47,6 +47,9 @@ <members> <member name="alignment" type="int" setter="set_horizontal_alignment" getter="get_horizontal_alignment" enum="HorizontalAlignment" default="0"> </member> + <member name="custom_arrow_step" type="float" setter="set_custom_arrow_step" getter="get_custom_arrow_step" default="0.0"> + If not [code]0[/code], [code]value[/code] will always be rounded to a multiple of [code]custom_arrow_step[/code] when interacting with the arrow buttons of the [SpinBox]. + </member> <member name="editable" type="bool" setter="set_editable" getter="is_editable" default="true"> If [code]true[/code], the [SpinBox] will be editable. Otherwise, it will be read only. </member> |