summaryrefslogtreecommitdiff
path: root/doc/base
diff options
context:
space:
mode:
authorPaulb23 <p_batty@hotmail.co.uk>2016-06-21 00:08:30 +0100
committerPaulb23 <p_batty@hotmail.co.uk>2016-06-22 13:26:44 +0100
commitc85f27c9736c1634477939ddba0525624c1a5602 (patch)
treea5f9446c33be16732483cec66e6effd08a654746 /doc/base
parente65eba664fcb333256e88a34da0c790b7d4c37ea (diff)
Added caret blink documentation
Diffstat (limited to 'doc/base')
-rw-r--r--doc/base/classes.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml
index 067d73034b..72a2afaa8d 100644
--- a/doc/base/classes.xml
+++ b/doc/base/classes.xml
@@ -18895,6 +18895,34 @@ Example: (content-length:12), (Content-Type:application/json; charset=UTF-8)
Set the cursor position inside the [LineEdit], causing it to scroll if needed.
</description>
</method>
+ <method name="cursor_set_blink_enabled">
+ <argument index="0" name="enable" type="bool">
+ </argument>
+ <description>
+ Set the line edit caret to blink.
+ </description>
+ </method>
+ <method name="cursor_get_blink_enabled" qualifiers="const">
+ <return type="float">
+ </return>
+ <description>
+ Gets whether the line edit caret is blinking.
+ </description>
+ </method>
+ <method name="cursor_set_blink_speed">
+ <argument index="0" name="blink_speed" type="float">
+ </argument>
+ <description>
+ Set the line edit caret blink speed. Cannot be less then or equal to 0.
+ </description>
+ </method>
+ <method name="cursor_get_blink_speed" qualifiers="const">
+ <return type="float">
+ </return>
+ <description>
+ Gets the line edit caret blink speed.
+ </description>
+ </method>
<method name="set_editable">
<argument index="0" name="enabled" type="bool">
</argument>