doc: Sync classref with current source

This commit is contained in:
Rémi Verschelde
2018-04-10 10:12:42 +02:00
parent cb996d7169
commit cb7fe2c793
30 changed files with 478 additions and 102 deletions
+22
View File
@@ -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">