doc: Sync classref with current source
This commit is contained in:
parent
8bfd96ee3f
commit
215d18814e
76 changed files with 1279 additions and 1469 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue