mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Sync classref with current source
This commit is contained in:
@@ -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 **)**
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user