You've already forked godot
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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user