diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-01-12 14:16:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-12 14:16:14 +0100 |
commit | 478ab8b45b51ccaafb9db0251ff760e7136e33f6 (patch) | |
tree | 03f6854895ba4bd4e79e5c883f2e4fb3a08de2f9 /doc/classes | |
parent | 26bb08f8b3b009f17645558309f4c5c02733e4c2 (diff) | |
parent | 083637a901569e872b3bcddc526818fd1e9ea3c4 (diff) |
Merge pull request #34960 from johannesgunnar/spin_box-apply-method
Spinbox apply input method
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/SpinBox.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/classes/SpinBox.xml b/doc/classes/SpinBox.xml index bda0b1192d..1fbced77dc 100644 --- a/doc/classes/SpinBox.xml +++ b/doc/classes/SpinBox.xml @@ -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"> |