summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-05-29 22:14:06 +0200
committerRémi Verschelde <rverschelde@gmail.com>2024-05-29 22:14:06 +0200
commit036737e53fa20ee294127ebbf1ba580574c2f7ae (patch)
tree779ccd1aa51e0ea8e6fca952e9041bd75676d543 /doc
parenta8cc65f54f6d91c79778c7157b313873ec0e05ec (diff)
parentb8bb382115255f9bab3fdcd1888eb097f86f80f9 (diff)
downloadredot-engine-036737e53fa20ee294127ebbf1ba580574c2f7ae.tar.gz
Merge pull request #92508 from bruvzg/rtl_cell_docs
[RTL] Add references to cell and column configuration methods.
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/RichTextLabel.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/RichTextLabel.xml b/doc/classes/RichTextLabel.xml
index f4e3c1209f..24d2d26beb 100644
--- a/doc/classes/RichTextLabel.xml
+++ b/doc/classes/RichTextLabel.xml
@@ -335,7 +335,7 @@
<method name="push_cell">
<return type="void" />
<description>
- Adds a [code skip-lint][cell][/code] tag to the tag stack. Must be inside a [code skip-lint][table][/code] tag. See [method push_table] for details.
+ Adds a [code skip-lint][cell][/code] tag to the tag stack. Must be inside a [code skip-lint][table][/code] tag. See [method push_table] for details. Use [method set_table_column_expand] to set column expansion ratio, [method set_cell_border_color] to set cell border, [method set_cell_row_background_color] to set cell background, [method set_cell_size_override] to override cell size, and [method set_cell_padding] to set padding.
</description>
</method>
<method name="push_color">
@@ -492,7 +492,7 @@
<param index="1" name="inline_align" type="int" enum="InlineAlignment" default="0" />
<param index="2" name="align_to_row" type="int" default="-1" />
<description>
- Adds a [code skip-lint][table=columns,inline_align][/code] tag to the tag stack.
+ Adds a [code skip-lint][table=columns,inline_align][/code] tag to the tag stack. Use [method set_table_column_expand] to set column expansion ratio. Use [method push_cell] to add cells.
</description>
</method>
<method name="push_underline">