Implement LineEdit.get_selected_text()

This commit is contained in:
VolTer 2023-03-30 17:07:28 +02:00
parent 1222d35cdd
commit 1856ceeb76
3 changed files with 21 additions and 5 deletions

View file

@ -109,6 +109,12 @@
Returns the scroll offset due to [member caret_column], as a number of characters.
</description>
</method>
<method name="get_selected_text">
<return type="String" />
<description>
Returns the text inside the selection.
</description>
</method>
<method name="get_selection_from_column" qualifiers="const">
<return type="int" />
<description>