Document itemlist disable tooltip
This commit is contained in:
parent
62a968b1c6
commit
607d602493
1 changed files with 18 additions and 0 deletions
|
@ -17920,6 +17920,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>
|
||||||
|
@ -18101,6 +18110,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…
Reference in a new issue