Add select_all() to RichTextLabel

This commit is contained in:
ConteZero 2022-04-10 18:03:10 +02:00
parent bf153b82c7
commit addadaaa24
3 changed files with 51 additions and 0 deletions

View file

@ -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" />