Add select_all() to RichTextLabel
This commit is contained in:
parent
bf153b82c7
commit
addadaaa24
3 changed files with 51 additions and 0 deletions
|
|
@ -376,6 +376,13 @@
|
|||
Scrolls the window's top line to match first line of the [code]paragraph[/code].
|
||||
</description>
|
||||
</method>
|
||||
<method name="select_all">
|
||||
<return type="void" />
|
||||
<description>
|
||||
Select all the text.
|
||||
If [member selection_enabled] is [code]false[/code], no selection will occur.
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_cell_border_color">
|
||||
<return type="void" />
|
||||
<argument index="0" name="color" type="Color" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue