From 97f8c9b97cf68705c5fe215314df7f9c0290b14b Mon Sep 17 00:00:00 2001 From: Micky Date: Mon, 29 Aug 2022 15:55:49 +0200 Subject: Rename TreeItem's `set_tooltip` to `set_tooltip_text` `set_tooltip` -> `set_tooltip_text` `get_tooltip` -> `get_tooltip_text` For consistency: `get_button_tooltip` -> `get_button_tooltip_text` And the `tooltip` parameter in `add_button` was renamed to `tooltip_text` --- doc/classes/TreeItem.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'doc/classes') diff --git a/doc/classes/TreeItem.xml b/doc/classes/TreeItem.xml index 6d4408cf61..fdae6d205d 100644 --- a/doc/classes/TreeItem.xml +++ b/doc/classes/TreeItem.xml @@ -16,9 +16,9 @@ - + - Adds a button with [Texture2D] [param button] at column [param column]. The [param id] is used to identify the button. If not specified, the next available index is used, which may be retrieved by calling [method get_button_count] immediately before this method. Optionally, the button can be [param disabled] and have a [param tooltip]. + Adds a button with [Texture2D] [param button] at column [param column]. The [param id] is used to identify the button. If not specified, the next available index is used, which may be retrieved by calling [method get_button_count] immediately before this method. Optionally, the button can be [param disabled] and have a [param tooltip_text]. @@ -96,12 +96,12 @@ Returns the id for the button at index [param button_idx] in column [param column]. - + - Returns the tooltip string for the button at index [param button_idx] in column [param column]. + Returns the tooltip text for the button at index [param button_idx] in column [param column]. @@ -308,11 +308,11 @@ Returns item's text base writing direction. - + - Returns the given column's tooltip. + Returns the given column's tooltip text. @@ -639,7 +639,7 @@ Sets item's text base writing direction. - + -- cgit v1.2.3