doc: Sync classref with current source

This commit is contained in:
Rémi Verschelde 2021-01-04 14:33:44 +01:00
parent 8bfd96ee3f
commit 215d18814e
No known key found for this signature in database
GPG key ID: C3336907360768E1
76 changed files with 1279 additions and 1469 deletions

View file

@ -52,6 +52,22 @@
Removes all OpenType features from the item's text.
</description>
</method>
<method name="deselect">
<return type="void">
</return>
<argument index="0" name="idx" type="int">
</argument>
<description>
Ensures the item associated with the specified index is not selected.
</description>
</method>
<method name="deselect_all">
<return type="void">
</return>
<description>
Ensures there are no items selected.
</description>
</method>
<method name="ensure_current_is_visible">
<return type="void">
</return>
@ -471,22 +487,6 @@
Sorts items in the list by their text.
</description>
</method>
<method name="deselect">
<return type="void">
</return>
<argument index="0" name="idx" type="int">
</argument>
<description>
Ensures the item associated with the specified index is not selected.
</description>
</method>
<method name="deselect_all">
<return type="void">
</return>
<description>
Ensures there are no items selected.
</description>
</method>
</methods>
<members>
<member name="allow_reselect" type="bool" setter="set_allow_reselect" getter="get_allow_reselect" default="false">