Implement LineEdit.get_selected_text()
This commit is contained in:
parent
1222d35cdd
commit
1856ceeb76
3 changed files with 21 additions and 5 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue