doc: Sync classref with current source

This commit is contained in:
Rémi Verschelde 2020-05-07 13:47:06 +02:00
parent 1a39b4ea22
commit 4daba9bfc5
4 changed files with 37 additions and 13 deletions

View File

@ -242,6 +242,12 @@
Removes all items from the [PopupMenu].
</description>
</method>
<method name="get_current_index" qualifiers="const">
<return type="int">
</return>
<description>
</description>
</method>
<method name="get_item_accelerator" qualifiers="const">
<return type="int">
</return>

View File

@ -418,8 +418,8 @@
Position offset for tooltips, relative to the mouse cursor's hotspot.
</member>
<member name="display/window/disable_wintab_api" type="bool" setter="" getter="" default="false">
Disables WinTab API and always use Windows Ink API for the pen input (Windows only).
</member>
Disables WinTab API and always use Windows Ink API for the pen input (Windows only).
</member>
<member name="display/window/dpi/allow_hidpi" type="bool" setter="" getter="" default="false">
If [code]true[/code], allows HiDPI display on Windows and macOS. This setting has no effect on desktop Linux, as DPI-awareness fallbacks are not supported there.
</member>

View File

@ -343,17 +343,6 @@
Select all the text.
</description>
</method>
<method name="set_line_as_hidden">
<return type="void">
</return>
<argument index="0" name="line" type="int">
</argument>
<argument index="1" name="enable" type="bool">
</argument>
<description>
If [code]true[/code], hides the line of the specified index.
</description>
</method>
<method name="set_line">
<return type="void">
</return>
@ -365,6 +354,17 @@
Sets the text for a specific line.
</description>
</method>
<method name="set_line_as_hidden">
<return type="void">
</return>
<argument index="0" name="line" type="int">
</argument>
<argument index="1" name="enable" type="bool">
</argument>
<description>
If [code]true[/code], hides the line of the specified index.
</description>
</method>
<method name="toggle_fold_line">
<return type="void">
</return>

View File

@ -249,6 +249,14 @@
<description>
</description>
</method>
<method name="get_suffix" qualifiers="const">
<return type="String">
</return>
<argument index="0" name="column" type="int">
</argument>
<description>
</description>
</method>
<method name="get_text" qualifiers="const">
<return type="String">
</return>
@ -572,6 +580,16 @@
If [code]true[/code], the given column is selectable.
</description>
</method>
<method name="set_suffix">
<return type="void">
</return>
<argument index="0" name="column" type="int">
</argument>
<argument index="1" name="text" type="String">
</argument>
<description>
</description>
</method>
<method name="set_text">
<return type="void">
</return>