From a23f6d0aa649d15a7b7453143d3247e4e02706b1 Mon Sep 17 00:00:00 2001 From: kobewi Date: Mon, 21 Nov 2022 03:48:36 +0100 Subject: Fill random docs --- doc/classes/Tree.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'doc/classes/Tree.xml') diff --git a/doc/classes/Tree.xml b/doc/classes/Tree.xml index bf79821e2d..6a016c3ebd 100644 --- a/doc/classes/Tree.xml +++ b/doc/classes/Tree.xml @@ -84,6 +84,7 @@ + Returns the expand ratio assigned to the column. @@ -223,12 +224,14 @@ + Returns [code]true[/code] if the column has enabled clipping (see [method set_column_clip_content]). + Returns [code]true[/code] if the column has enabled expanding (see [method set_column_expand]). @@ -244,6 +247,7 @@ + Allows to enable clipping for column's content, making the content size ignored. @@ -259,7 +263,7 @@ - If [code]true[/code], the column will have the "Expand" flag of [Control]. Columns that have the "Expand" flag will use their "min_width" in a similar fashion to [member Control.size_flags_stretch_ratio]. + If [code]true[/code], the column will have the "Expand" flag of [Control]. Columns that have the "Expand" flag will use their expand ratio in a similar fashion to [member Control.size_flags_stretch_ratio] (see [method set_column_expand_ratio]). @@ -267,6 +271,7 @@ + Sets the relative expand ratio for a column. See [method set_column_expand]. -- cgit v1.2.3