mirror of
https://github.com/godotengine/godot.git
synced 2025-02-17 22:43:01 +08:00
Document itemlist disable tooltip
This commit is contained in:
parent
62a968b1c6
commit
607d602493
@ -17920,6 +17920,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>
|
||||
@ -18101,6 +18110,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>
|
||||
|
Loading…
Reference in New Issue
Block a user