Document itemlist disable tooltip
(cherry picked from commit 607d602493
)
This commit is contained in:
parent
0aad82e921
commit
a1df4f138c
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue