Add apply method to SpinBox

This commit is contained in:
Jóhannes Gunnar Þorsteinsson
2020-01-09 13:44:23 +00:00
parent e97e951741
commit 083637a901
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">