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,9 +23,13 @@ Base class for scroll bars.
Properties
----------
+---------------------------+----------------------------------------------------------+------+
| :ref:`float<class_float>` | :ref:`custom_step<class_ScrollBar_property_custom_step>` | -1.0 |
+---------------------------+----------------------------------------------------------+------+
+---------------------------+----------------------------------------------------------+------------+
| :ref:`float<class_float>` | :ref:`custom_step<class_ScrollBar_property_custom_step>` | -1.0 |
+---------------------------+----------------------------------------------------------+------------+
| :ref:`int<class_int>` | size_flags_vertical | **O:** 0 |
+---------------------------+----------------------------------------------------------+------------+
| :ref:`float<class_float>` | step | **O:** 0.0 |
+---------------------------+----------------------------------------------------------+------------+
Signals
-------