diff options
author | Yuri Sizov <yuris@humnom.net> | 2023-07-12 15:09:09 +0200 |
---|---|---|
committer | Yuri Sizov <yuris@humnom.net> | 2023-07-12 15:09:09 +0200 |
commit | b54d6cf46657dccd5b66cc1661a2ce0a6d99e1d7 (patch) | |
tree | 87f331c54fdbd9b593cddffc5f0ed4f7838d9151 /doc/classes/TreeItem.xml | |
parent | 6960a1d0e8dad8304c93129ecbfe9fe611e5440e (diff) | |
parent | 75b355ee99af378c3f0497bebade2e2e1ae61b1d (diff) | |
download | redot-engine-b54d6cf46657dccd5b66cc1661a2ce0a6d99e1d7.tar.gz |
Merge pull request #78393 from AThousandShips/tree_tooltip
Add ability to set the tooltip text of a `TreeItem` button
Diffstat (limited to 'doc/classes/TreeItem.xml')
-rw-r--r-- | doc/classes/TreeItem.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/classes/TreeItem.xml b/doc/classes/TreeItem.xml index 8925280291..865571263e 100644 --- a/doc/classes/TreeItem.xml +++ b/doc/classes/TreeItem.xml @@ -490,6 +490,15 @@ If [code]true[/code], disables the button at index [param button_index] in the given [param column]. </description> </method> + <method name="set_button_tooltip_text"> + <return type="void" /> + <param index="0" name="column" type="int" /> + <param index="1" name="button_index" type="int" /> + <param index="2" name="tooltip" type="String" /> + <description> + Sets the tooltip text for the button at index [param button_index] in the given [param column]. + </description> + </method> <method name="set_cell_mode"> <return type="void" /> <param index="0" name="column" type="int" /> |