doc: Sync classref with current source

This commit is contained in:
Rémi Verschelde
2020-01-12 14:30:21 +01:00
parent 478ab8b45b
commit 7f9bf5472c
10 changed files with 44 additions and 27 deletions

View File

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