diff options
| author | Paulb23 | 2016-09-07 16:36:05 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2016-09-18 23:12:30 +0200 |
| commit | a1df4f138c61b0bc54bc4a15a29f1a5f5b341c92 (patch) | |
| tree | accf339e3bc497b2c78465494884518b6efc1ec0 /doc/base/classes.xml | |
| parent | 0aad82e921697f72f6552164a24121451348f26c (diff) | |
| download | godot-a1df4f138c61b0bc54bc4a15a29f1a5f5b341c92.tar.gz godot-a1df4f138c61b0bc54bc4a15a29f1a5f5b341c92.tar.zst godot-a1df4f138c61b0bc54bc4a15a29f1a5f5b341c92.zip | |
Document itemlist disable tooltip
(cherry picked from commit 607d602493a88cab626db131d1427d4f9a13aff5)
Diffstat (limited to 'doc/base/classes.xml')
| -rw-r--r-- | doc/base/classes.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml index ad177267e..4bd10f752 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -17751,6 +17751,15 @@ Return tooltip hint for specified item index. </description> </method> + <method name="is_item_tooltip_enabled" qualifiers="const"> + <return type="bool"> + </return> + <argument index="0" name="idx" type="int"> + </argument> + <description> + Returns whether the tooptip is enabled for specified item index. + </description> + </method> <method name="get_max_columns" qualifiers="const"> <return type="int"> </return> @@ -17932,6 +17941,15 @@ Sets tooltip hint for item at specified index. </description> </method> + <method name="set_item_tooltip_enabled"> + <argument index="0" name="idx" type="int"> + </argument> + <argument index="1" name="enable" type="bool"> + </argument> + <description> + Sets whether the tooltip is enabled for specified item index. + </description> + </method> <method name="set_max_columns"> <argument index="0" name="amount" type="int"> </argument> |
