1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Merge pull request #34960 from johannesgunnar/spin_box-apply-method

Spinbox apply input method
This commit is contained in:
Rémi Verschelde
2020-01-12 14:16:14 +01:00
committed by GitHub
3 changed files with 14 additions and 0 deletions

View File

@@ -26,6 +26,13 @@
Returns the [LineEdit] instance from this [SpinBox]. You can use it to access properties and methods of [LineEdit].
</description>
</method>
<method name="apply">
<return type="void">
</return>
<description>
Applies the current value of this [SpinBox].
</description>
</method>
</methods>
<members>
<member name="align" type="int" setter="set_align" getter="get_align" enum="LineEdit.Align" default="0">