diff options
author | Paulb23 <p_batty@hotmail.co.uk> | 2016-09-07 16:36:05 +0100 |
---|---|---|
committer | Paulb23 <p_batty@hotmail.co.uk> | 2016-09-07 18:13:44 +0100 |
commit | 607d602493a88cab626db131d1427d4f9a13aff5 (patch) | |
tree | 6134fefd4a10ef91bc91eeceb1e760dcaba39b7e /doc/base | |
parent | 62a968b1c66c6fa340234395870b781fb636bab8 (diff) |
Document itemlist disable tooltip
Diffstat (limited to 'doc/base')
-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 07fd9980e0..298cc81125 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -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> |