Merge pull request #78393 from AThousandShips/tree_tooltip

Add ability to set the tooltip text of a `TreeItem` button
This commit is contained in:
Yuri Sizov
2023-07-12 15:09:09 +02:00
3 changed files with 17 additions and 0 deletions

View File

@@ -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" />