diff options
author | Micky <micheledevita2@gmail.com> | 2024-02-17 01:06:33 +0100 |
---|---|---|
committer | Micky <micheledevita2@gmail.com> | 2024-02-17 21:33:12 +0100 |
commit | f9a758772ad7461d57c81b37ccf43e7b0f4ef0de (patch) | |
tree | 311e9a8beb63c43b78a607f7d854b40689eca3f8 /doc/classes/TreeItem.xml | |
parent | 0a89888cba71c5adb175df99011fd5dc3bdebff9 (diff) | |
download | redot-engine-f9a758772ad7461d57c81b37ccf43e7b0f4ef0de.tar.gz |
Update many Deprecated/Experimental descriptions for consistency
Diffstat (limited to 'doc/classes/TreeItem.xml')
-rw-r--r-- | doc/classes/TreeItem.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/TreeItem.xml b/doc/classes/TreeItem.xml index b79a8cbdb4..a1173d4628 100644 --- a/doc/classes/TreeItem.xml +++ b/doc/classes/TreeItem.xml @@ -574,8 +574,8 @@ <param index="1" name="object" type="Object" /> <param index="2" name="callback" type="StringName" /> <description> - Sets the given column's custom draw callback to [param callback] method on [param object]. - The [param callback] should accept two arguments: the [TreeItem] that is drawn and its position and size as a [Rect2]. + Sets the given column's custom draw callback to the [param callback] method on [param object]. + The method named [param callback] should accept two arguments: the [TreeItem] that is drawn and its position and size as a [Rect2]. </description> </method> <method name="set_custom_draw_callback"> |