Skip to content

Commit b8bb382

Browse files
committed
[RTL] Adds references to cell and column configuration methods.
1 parent 1e6b11d commit b8bb382

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/classes/RichTextLabel.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@
335335
<method name="push_cell">
336336
<return type="void" />
337337
<description>
338-
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.
338+
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.
339339
</description>
340340
</method>
341341
<method name="push_color">
@@ -492,7 +492,7 @@
492492
<param index="1" name="inline_align" type="int" enum="InlineAlignment" default="0" />
493493
<param index="2" name="align_to_row" type="int" default="-1" />
494494
<description>
495-
Adds a [code skip-lint][table=columns,inline_align][/code] tag to the tag stack.
495+
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.
496496
</description>
497497
</method>
498498
<method name="push_underline">

0 commit comments

Comments
 (0)