Sync classref with 2.0 branch

This commit is contained in:
Rémi Verschelde
2016-05-12 19:47:54 +02:00
parent 3e8cc682b6
commit 76f536dd0d
33 changed files with 879 additions and 482 deletions

View File

@@ -37,6 +37,14 @@ Member Functions
+----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`int<class_int>` | :ref:`cursor_get_line<class_TextEdit_cursor_get_line>` **(** **)** const |
+----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| void | :ref:`cursor_set_blink_enabled<class_TextEdit_cursor_set_blink_enabled>` **(** :ref:`bool<class_bool>` enable **)** |
+----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`bool<class_bool>` | :ref:`cursor_get_blink_enabled<class_TextEdit_cursor_get_blink_enabled>` **(** **)** const |
+----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| void | :ref:`cursor_set_blink_speed<class_TextEdit_cursor_set_blink_speed>` **(** :ref:`float<class_float>` blink_speed **)** |
+----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`float<class_float>` | :ref:`cursor_get_blink_speed<class_TextEdit_cursor_get_blink_speed>` **(** **)** const |
+----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| void | :ref:`set_readonly<class_TextEdit_set_readonly>` **(** :ref:`bool<class_bool>` enable **)** |
+----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| void | :ref:`set_wrap<class_TextEdit_set_wrap>` **(** :ref:`bool<class_bool>` enable **)** |
@@ -162,6 +170,30 @@ Return the column the editing cursor is at.
Return the line the editing cursor is at.
.. _class_TextEdit_cursor_set_blink_enabled:
- void **cursor_set_blink_enabled** **(** :ref:`bool<class_bool>` enable **)**
Set the text editor caret to blink.
.. _class_TextEdit_cursor_get_blink_enabled:
- :ref:`bool<class_bool>` **cursor_get_blink_enabled** **(** **)** const
Gets whether the text editor caret is blinking.
.. _class_TextEdit_cursor_set_blink_speed:
- void **cursor_set_blink_speed** **(** :ref:`float<class_float>` blink_speed **)**
Set the text editor caret blink speed. Cannot be less then or equal to 0.
.. _class_TextEdit_cursor_get_blink_speed:
- :ref:`float<class_float>` **cursor_get_blink_speed** **(** **)** const
Gets the text editor caret blink speed.
.. _class_TextEdit_set_readonly:
- void **set_readonly** **(** :ref:`bool<class_bool>` enable **)**