summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authormarkdibarry <markdibarry@protonmail.com>2022-02-09 15:02:46 -0500
committermarkdibarry <markdibarry@protonmail.com>2022-02-10 10:56:11 -0500
commit29c21ac5904e212c5837dc39a70d6fa9da6f8bd1 (patch)
tree84a08d7d68f83bb26b5d0452f727a2f2d00fe06b /doc/classes
parent2c28729122c71e025f9491b3d9905752341530fe (diff)
Add get_content_width method
Adds a get_content_width method to RichTextLabel
Diffstat (limited to 'doc/classes')
-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>