diff options
author | M. Huri <kak_huri@yahoo.com> | 2018-10-13 17:34:57 +0700 |
---|---|---|
committer | M. Huri <kak_huri@yahoo.com> | 2018-10-13 17:34:57 +0700 |
commit | 967831d9a0a11d79a1c186a590a132a88f36df03 (patch) | |
tree | 2523cb3017c9be52d627fb7b8b1f94aa7f02b6be /doc/classes | |
parent | fe0db6c4797b8094c64e4ad017e29be866288628 (diff) |
[Docs] Fixed 'get_button_count's link and a typo related to 'button'.
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/TreeItem.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/TreeItem.xml b/doc/classes/TreeItem.xml index a7c5c3f28c..b4227b34be 100644 --- a/doc/classes/TreeItem.xml +++ b/doc/classes/TreeItem.xml @@ -25,7 +25,7 @@ <argument index="4" name="tooltip" type="String" default=""""> </argument> <description> - Adds a button with [Texture] [code]button[/code] at column [code]column[/code]. The [code]button_idx[/code] index is used to identify the button when calling other methods. If not specified, the next available index is used, which may be retrieved by calling [code]get_buton_count()[/code] immediately after this method. Optionally, the button can be [code]disabled[/code] and have a [code]tooltip[/code]. + Adds a button with [Texture] [code]button[/code] at column [code]column[/code]. The [code]button_idx[/code] index is used to identify the button when calling other methods. If not specified, the next available index is used, which may be retrieved by calling [method get_button_count] immediately after this method. Optionally, the button can be [code]disabled[/code] and have a [code]tooltip[/code]. </description> </method> <method name="clear_custom_bg_color"> |