Document itemlist disable tooltip
(cherry picked from commit 607d602493
)
This commit is contained in:
parent
0aad82e921
commit
a1df4f138c
1 changed files with 18 additions and 0 deletions
|
@ -17751,6 +17751,15 @@
|
||||||
Return tooltip hint for specified item index.
|
Return tooltip hint for specified item index.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</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">
|
<method name="get_max_columns" qualifiers="const">
|
||||||
<return type="int">
|
<return type="int">
|
||||||
</return>
|
</return>
|
||||||
|
@ -17932,6 +17941,15 @@
|
||||||
Sets tooltip hint for item at specified index.
|
Sets tooltip hint for item at specified index.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</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">
|
<method name="set_max_columns">
|
||||||
<argument index="0" name="amount" type="int">
|
<argument index="0" name="amount" type="int">
|
||||||
</argument>
|
</argument>
|
||||||
|
|
Loading…
Add table
Reference in a new issue