diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-04-04 18:24:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-04 18:24:06 +0200 |
commit | fc45c286607a0e41300e08e098147fdd53205b08 (patch) | |
tree | 863aaa417464f3e4aa841ee95813f8f73581d682 /doc/classes/SpinBox.xml | |
parent | e659eb66a0813bdbbe9ea8a223b020b2f4aa35ca (diff) | |
parent | c8de26530727afb4b60f15b412f1f9a7f2fcb104 (diff) |
Merge pull request #59841 from KoBeWi/drag_box
Diffstat (limited to 'doc/classes/SpinBox.xml')
-rw-r--r-- | doc/classes/SpinBox.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/SpinBox.xml b/doc/classes/SpinBox.xml index 5e3eb0c9f8..e84f9c38ff 100644 --- a/doc/classes/SpinBox.xml +++ b/doc/classes/SpinBox.xml @@ -25,6 +25,7 @@ The above code will create a [SpinBox], disable context menu on it and set the text alignment to right. See [Range] class for more options over the [SpinBox]. [b]Note:[/b] [SpinBox] relies on an underlying [LineEdit] node. To theme a [SpinBox]'s background, add theme items for [LineEdit] and customize them. + [b]Note:[/b] If you want to implement drag and drop for the underlying [LineEdit], you can use [method Control.set_drag_forwarding] on the node returned by [method get_line_edit]. </description> <tutorials> </tutorials> |