Add multiple descriptions to several classes

This pull request adds several descriptions to multiple different classes.

This improves the completeness of the documentation and enhances usability by doing so.

(cherry picked from commit 27e9df7778)
This commit is contained in:
Nick Huelin 2021-07-06 07:22:53 -04:00 committed by Rémi Verschelde
parent 39c89b51d7
commit ad1aea9a46
No known key found for this signature in database
GPG key ID: C3336907360768E1
2 changed files with 3 additions and 0 deletions

View file

@ -409,6 +409,7 @@
<return type="void">
</return>
<description>
Minimizes the bottom panel.
</description>
</method>
<method name="make_bottom_panel_item_visible">
@ -417,6 +418,7 @@
<argument index="0" name="item" type="Control">
</argument>
<description>
Makes a specific item in the bottom panel visible.
</description>
</method>
<method name="make_visible" qualifiers="virtual">

View file

@ -205,6 +205,7 @@
<argument index="0" name="item" type="Object">
</argument>
<description>
Causes the [Tree] to jump to the specified item.
</description>
</method>
<method name="set_column_expand">