Sync classref with current source

This commit is contained in:
Rémi Verschelde
2019-09-24 13:39:50 +02:00
parent 247ba2144c
commit 9e7daa26fa
139 changed files with 1840 additions and 727 deletions

View File

@@ -23,17 +23,19 @@ Base class for GUI sliders.
Properties
----------
+------------------------------------------+-----------------------------------------------------------------+-------+
| :ref:`bool<class_bool>` | :ref:`editable<class_Slider_property_editable>` | true |
+------------------------------------------+-----------------------------------------------------------------+-------+
| :ref:`FocusMode<enum_Control_FocusMode>` | :ref:`focus_mode<class_Slider_property_focus_mode>` | 2 |
+------------------------------------------+-----------------------------------------------------------------+-------+
| :ref:`bool<class_bool>` | :ref:`scrollable<class_Slider_property_scrollable>` | true |
+------------------------------------------+-----------------------------------------------------------------+-------+
| :ref:`int<class_int>` | :ref:`tick_count<class_Slider_property_tick_count>` | 0 |
+------------------------------------------+-----------------------------------------------------------------+-------+
| :ref:`bool<class_bool>` | :ref:`ticks_on_borders<class_Slider_property_ticks_on_borders>` | false |
+------------------------------------------+-----------------------------------------------------------------+-------+
+------------------------------------------+-----------------------------------------------------------------+----------+
| :ref:`bool<class_bool>` | :ref:`editable<class_Slider_property_editable>` | true |
+------------------------------------------+-----------------------------------------------------------------+----------+
| :ref:`FocusMode<enum_Control_FocusMode>` | focus_mode | **O:** 2 |
+------------------------------------------+-----------------------------------------------------------------+----------+
| :ref:`bool<class_bool>` | :ref:`scrollable<class_Slider_property_scrollable>` | true |
+------------------------------------------+-----------------------------------------------------------------+----------+
| :ref:`int<class_int>` | size_flags_vertical | **O:** 0 |
+------------------------------------------+-----------------------------------------------------------------+----------+
| :ref:`int<class_int>` | :ref:`tick_count<class_Slider_property_tick_count>` | 0 |
+------------------------------------------+-----------------------------------------------------------------+----------+
| :ref:`bool<class_bool>` | :ref:`ticks_on_borders<class_Slider_property_ticks_on_borders>` | false |
+------------------------------------------+-----------------------------------------------------------------+----------+
Description
-----------
@@ -57,18 +59,6 @@ Property Descriptions
If ``true``, the slider can be interacted with. If ``false``, the value can be changed only by code.
.. _class_Slider_property_focus_mode:
- :ref:`FocusMode<enum_Control_FocusMode>` **focus_mode**
+-----------+-----------------------+
| *Default* | 2 |
+-----------+-----------------------+
| *Setter* | set_focus_mode(value) |
+-----------+-----------------------+
| *Getter* | get_focus_mode() |
+-----------+-----------------------+
.. _class_Slider_property_scrollable:
- :ref:`bool<class_bool>` **scrollable**