From 997476777a83022d4ea2858e3b8127ef44639d86 Mon Sep 17 00:00:00 2001 From: Paulb23 Date: Wed, 11 May 2016 17:55:59 +0100 Subject: [PATCH] Updated caret blink method documentation --- doc/base/classes.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 643658fbb91..55b74dd3b4a 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -37075,6 +37075,34 @@ This method controls whether the position between two cached points is interpola Return the line the editing cursor is at. + + + + + Set the text editor caret to blink. + + + + + + + Gets whether the text editor caret is blinking. + + + + + + + Set the text editor caret blink speed. Cannot be less then or equal to 0. + + + + + + + Gets the text editor caret blink speed. + +