Returns the cursor blinking rate for an editor pane.
capi
editor-pane-blink-rate pane => blink-rate
pane⇩ |
An editor-pane. |
blink-rate⇩ |
A non-negative real number, or nil . |
LispWorks calls the generic function editor-pane-blink-rate
to determine the cursor blinking rate in milliseconds for pane. The pane uses the value blink-rate each time it gets the focus.
If blink-rate is a positive real number, then it is the blinking rate in milliseconds. If blink-rate is 0, then there is no blinking. If blink-rate is nil
, then the default blinking rate is used.
The default method on editor-pane-blink-rate
returns nil
, which means use the default blinking rate. set-default-editor-pane-blink-rate.
You can define methods on editor-pane-blink-rate
specializing on your own subclassses of editor-pane.
*editor-cursor-active-style*
editor-pane
editor-pane-native-blink-rate
set-default-editor-pane-blink-rate
3.5 Displaying and entering text
CAPI User Guide and Reference Manual (Unix version) - 01 Dec 2021 19:32:42