Merge pull request #54339 from ConteZero/line_edit_drag_and_drop

This commit is contained in:
Rémi Verschelde 2021-11-22 12:20:01 +01:00 committed by GitHub
commit 78dbe4e3e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 101 additions and 13 deletions

View file

@ -654,6 +654,12 @@
See [method add_theme_stylebox_override].
</description>
</method>
<method name="is_drag_successful" qualifiers="const">
<return type="bool" />
<description>
Returns [code]true[/code] if drag operation is successful.
</description>
</method>
<method name="is_layout_rtl" qualifiers="const">
<return type="bool" />
<description>