Sync classref with current source

This commit is contained in:
Rémi Verschelde
2017-11-27 08:32:15 +01:00
parent 33f109ea70
commit 5bf33731b6
303 changed files with 2187 additions and 18408 deletions

View File

@@ -18,15 +18,6 @@ Brief Description
Base class for scroll bars.
Member Functions
----------------
+----------------------------+----------------------------------------------------------------------------------------------------+
| :ref:`float<class_float>` | :ref:`get_custom_step<class_ScrollBar_get_custom_step>` **(** **)** const |
+----------------------------+----------------------------------------------------------------------------------------------------+
| void | :ref:`set_custom_step<class_ScrollBar_set_custom_step>` **(** :ref:`float<class_float>` step **)** |
+----------------------------+----------------------------------------------------------------------------------------------------+
Signals
-------
@@ -48,15 +39,3 @@ Description
Scrollbars are a :ref:`Range<class_range>` based :ref:`Control<class_control>`, that display a draggable area (the size of the page). Horizontal (:ref:`HScrollBar<class_hscrollbar>`) and Vertical (:ref:`VScrollBar<class_vscrollbar>`) versions are available.
Member Function Description
---------------------------
.. _class_ScrollBar_get_custom_step:
- :ref:`float<class_float>` **get_custom_step** **(** **)** const
.. _class_ScrollBar_set_custom_step:
- void **set_custom_step** **(** :ref:`float<class_float>` step **)**