Update class reference

This commit is contained in:
Poommetee Ketson
2017-08-02 20:00:24 +07:00
parent a5272fc63a
commit cd7d443fb2
131 changed files with 3331 additions and 2012 deletions

View File

@@ -25,6 +25,10 @@ Member Functions
+--------------------------+----------------------------------------------------------------------------------------------------------------------+
| :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 **)** |
@@ -33,6 +37,7 @@ Member Functions
Member Variables
----------------
- :ref:`bool<class_bool>` **editable**
- :ref:`int<class_int>` **focus_mode**
- :ref:`int<class_int>` **tick_count**
- :ref:`bool<class_bool>` **ticks_on_borders**
@@ -57,6 +62,14 @@ Return amounts of ticks to display on slider.
Return true if ticks are visible on borders.
.. _class_Slider_is_editable:
- :ref:`bool<class_bool>` **is_editable** **(** **)** const
.. _class_Slider_set_editable:
- void **set_editable** **(** :ref:`bool<class_bool>` editable **)**
.. _class_Slider_set_ticks:
- void **set_ticks** **(** :ref:`int<class_int>` count **)**