summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2022-02-10 18:24:13 +0100
committerGitHub <noreply@github.com>2022-02-10 18:24:13 +0100
commitd6abf8f1583e8a5dfcff655e0fa7cc3d3fc2069d (patch)
treef4a4d4ee361da2c7612917357dcc7faa0e74acd1 /doc
parente4e6813baf7090c701b8ea796b9d0f4f174c8d45 (diff)
parent29c21ac5904e212c5837dc39a70d6fa9da6f8bd1 (diff)
Merge pull request #57873 from markdibarry/add_get_content_width_RichTextLabel
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/RichTextLabel.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/classes/RichTextLabel.xml b/doc/classes/RichTextLabel.xml
index 95dffd3e28..6a2812bb93 100644
--- a/doc/classes/RichTextLabel.xml
+++ b/doc/classes/RichTextLabel.xml
@@ -55,6 +55,12 @@
Returns the height of the content.
</description>
</method>
+ <method name="get_content_width" qualifiers="const">
+ <return type="int" />
+ <description>
+ Returns the width of the content.
+ </description>
+ </method>
<method name="get_line_count" qualifiers="const">
<return type="int" />
<description>