From f61f515872b203aec1ed16f03581af7e3c9a3c18 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 (cherry picked from commit 997476777a83022d4ea2858e3b8127ef44639d86) --- doc/base/classes.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/doc/base/classes.xml b/doc/base/classes.xml index cf9a324e588..608e90c9f48 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -35575,6 +35575,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. + +