summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorConteZero <one@contezero.com>2022-04-10 18:03:10 +0200
committerConteZero <one@contezero.com>2022-04-10 18:03:10 +0200
commitaddadaaa24ea594f376df600bf7b48a549780f42 (patch)
treec7c85a3cb755bf719893af746bcf484e5f41b5e8 /doc
parentbf153b82c73755bf898df9de33ac2116ebe914b9 (diff)
Add select_all() to RichTextLabel
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/RichTextLabel.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/classes/RichTextLabel.xml b/doc/classes/RichTextLabel.xml
index a882a6c66f..b572ad2ed8 100644
--- a/doc/classes/RichTextLabel.xml
+++ b/doc/classes/RichTextLabel.xml
@@ -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" />