summaryrefslogtreecommitdiffstats
path: root/doc/classes/ItemList.xml
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2018-04-10 10:12:42 +0200
committerRémi Verschelde <rverschelde@gmail.com>2018-04-10 10:12:42 +0200
commitcb7fe2c7936fa52fb95e6f8a8e7927a4f41030a6 (patch)
tree7d74d6ce990466284325cfe0d271081604ccdbc0 /doc/classes/ItemList.xml
parentcb996d716925c9c87a2a4117012fa9fed72c8f38 (diff)
downloadredot-engine-cb7fe2c7936fa52fb95e6f8a8e7927a4f41030a6.tar.gz
doc: Sync classref with current source
Diffstat (limited to 'doc/classes/ItemList.xml')
-rw-r--r--doc/classes/ItemList.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/classes/ItemList.xml b/doc/classes/ItemList.xml
index 0147887768..4539c31441 100644
--- a/doc/classes/ItemList.xml
+++ b/doc/classes/ItemList.xml
@@ -144,6 +144,12 @@
Returns the current vertical scroll bar for the List.
</description>
</method>
+ <method name="is_anything_selected">
+ <return type="bool">
+ </return>
+ <description>
+ </description>
+ </method>
<method name="is_item_disabled" qualifiers="const">
<return type="bool">
</return>
@@ -180,6 +186,16 @@
Returns whether or not item at the specified index is currently selected.
</description>
</method>
+ <method name="move_item">
+ <return type="void">
+ </return>
+ <argument index="0" name="p_from_idx" type="int">
+ </argument>
+ <argument index="1" name="p_to_idx" type="int">
+ </argument>
+ <description>
+ </description>
+ </method>
<method name="remove_item">
<return type="void">
</return>
@@ -326,6 +342,12 @@
Ensure item at specified index is not selected.
</description>
</method>
+ <method name="unselect_all">
+ <return type="void">
+ </return>
+ <description>
+ </description>
+ </method>
</methods>
<members>
<member name="allow_reselect" type="bool" setter="set_allow_reselect" getter="get_allow_reselect">