mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
classref: Remove stray spaces in method signatures
This commit is contained in:
@@ -21,19 +21,19 @@ Base class for GUI Sliders.
|
||||
Member Functions
|
||||
----------------
|
||||
|
||||
+--------------------------+----------------------------------------------------------------------------------------------------------------------+
|
||||
| :ref:`int<class_int>` | :ref:`get_ticks<class_Slider_get_ticks>` **(** **)** const |
|
||||
+--------------------------+----------------------------------------------------------------------------------------------------------------------+
|
||||
| :ref:`bool<class_bool>` | :ref:`get_ticks_on_borders<class_Slider_get_ticks_on_borders>` **(** **)** const |
|
||||
+--------------------------+----------------------------------------------------------------------------------------------------------------------+
|
||||
| :ref:`bool<class_bool>` | :ref:`is_editable<class_Slider_is_editable>` **(** **)** const |
|
||||
+--------------------------+----------------------------------------------------------------------------------------------------------------------+
|
||||
| void | :ref:`set_editable<class_Slider_set_editable>` **(** :ref:`bool<class_bool>` editable **)** |
|
||||
+--------------------------+----------------------------------------------------------------------------------------------------------------------+
|
||||
| void | :ref:`set_ticks<class_Slider_set_ticks>` **(** :ref:`int<class_int>` count **)** |
|
||||
+--------------------------+----------------------------------------------------------------------------------------------------------------------+
|
||||
| void | :ref:`set_ticks_on_borders<class_Slider_set_ticks_on_borders>` **(** :ref:`bool<class_bool>` ticks_on_border **)** |
|
||||
+--------------------------+----------------------------------------------------------------------------------------------------------------------+
|
||||
+--------------------------+--------------------------------------------------------------------------------------------------------------------+
|
||||
| :ref:`int<class_int>` | :ref:`get_ticks<class_Slider_get_ticks>` **(** **)** const |
|
||||
+--------------------------+--------------------------------------------------------------------------------------------------------------------+
|
||||
| :ref:`bool<class_bool>` | :ref:`get_ticks_on_borders<class_Slider_get_ticks_on_borders>` **(** **)** const |
|
||||
+--------------------------+--------------------------------------------------------------------------------------------------------------------+
|
||||
| :ref:`bool<class_bool>` | :ref:`is_editable<class_Slider_is_editable>` **(** **)** const |
|
||||
+--------------------------+--------------------------------------------------------------------------------------------------------------------+
|
||||
| void | :ref:`set_editable<class_Slider_set_editable>` **(** :ref:`bool<class_bool>` editable **)** |
|
||||
+--------------------------+--------------------------------------------------------------------------------------------------------------------+
|
||||
| void | :ref:`set_ticks<class_Slider_set_ticks>` **(** :ref:`int<class_int>` count **)** |
|
||||
+--------------------------+--------------------------------------------------------------------------------------------------------------------+
|
||||
| void | :ref:`set_ticks_on_borders<class_Slider_set_ticks_on_borders>` **(** :ref:`bool<class_bool>` ticks_on_border **)** |
|
||||
+--------------------------+--------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
Member Variables
|
||||
----------------
|
||||
@@ -65,33 +65,33 @@ Member Function Description
|
||||
|
||||
.. _class_Slider_get_ticks:
|
||||
|
||||
- :ref:`int<class_int>` **get_ticks** **(** **)** const
|
||||
- :ref:`int<class_int>` **get_ticks** **(** **)** const
|
||||
|
||||
Return amounts of ticks to display on slider.
|
||||
|
||||
.. _class_Slider_get_ticks_on_borders:
|
||||
|
||||
- :ref:`bool<class_bool>` **get_ticks_on_borders** **(** **)** const
|
||||
- :ref:`bool<class_bool>` **get_ticks_on_borders** **(** **)** const
|
||||
|
||||
Return true if ticks are visible on borders.
|
||||
|
||||
.. _class_Slider_is_editable:
|
||||
|
||||
- :ref:`bool<class_bool>` **is_editable** **(** **)** const
|
||||
- :ref:`bool<class_bool>` **is_editable** **(** **)** const
|
||||
|
||||
.. _class_Slider_set_editable:
|
||||
|
||||
- void **set_editable** **(** :ref:`bool<class_bool>` editable **)**
|
||||
- void **set_editable** **(** :ref:`bool<class_bool>` editable **)**
|
||||
|
||||
.. _class_Slider_set_ticks:
|
||||
|
||||
- void **set_ticks** **(** :ref:`int<class_int>` count **)**
|
||||
- void **set_ticks** **(** :ref:`int<class_int>` count **)**
|
||||
|
||||
Set amount of ticks to display in slider.
|
||||
|
||||
.. _class_Slider_set_ticks_on_borders:
|
||||
|
||||
- void **set_ticks_on_borders** **(** :ref:`bool<class_bool>` ticks_on_border **)**
|
||||
- void **set_ticks_on_borders** **(** :ref:`bool<class_bool>` ticks_on_border **)**
|
||||
|
||||
Set true if ticks are visible on borders.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user