Sync classref with current source

This commit is contained in:
Rémi Verschelde
2019-07-02 14:03:23 +02:00
parent 5402f28f59
commit a203daa272
397 changed files with 21934 additions and 16529 deletions

View File

@@ -21,9 +21,9 @@ Base class for scroll bars.
Properties
----------
+---------------------------+----------------------------------------------------------+
| :ref:`float<class_float>` | :ref:`custom_step<class_ScrollBar_property_custom_step>` |
+---------------------------+----------------------------------------------------------+
+---------------------------+----------------------------------------------------------+------+
| :ref:`float<class_float>` | :ref:`custom_step<class_ScrollBar_property_custom_step>` | -1.0 |
+---------------------------+----------------------------------------------------------+------+
Signals
-------
@@ -46,9 +46,11 @@ Property Descriptions
- :ref:`float<class_float>` **custom_step**
+----------+------------------------+
| *Setter* | set_custom_step(value) |
+----------+------------------------+
| *Getter* | get_custom_step() |
+----------+------------------------+
+-----------+------------------------+
| *Default* | -1.0 |
+-----------+------------------------+
| *Setter* | set_custom_step(value) |
+-----------+------------------------+
| *Getter* | get_custom_step() |
+-----------+------------------------+