From 8b5449f2e32ef24b2acd48483f0f80fa5f1b215a Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 29 May 2007 12:39:35 +0000 Subject: Block caret feature added by Todd Whiteman. --- include/Scintilla.iface | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'include/Scintilla.iface') diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 85d45780e..c46d8dbd7 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1734,6 +1734,17 @@ set void SetCaretLineBackAlpha=2470(int alpha,) # Get the background alpha of the caret line. get int GetCaretLineBackAlpha=2471(,) +enu CaretStyle=CARETSTYLE_ +val CARETSTYLE_INVISIBLE=0 +val CARETSTYLE_LINE=1 +val CARETSTYLE_BLOCK=2 + +# Set the style of the caret to be drawn. +set void SetCaretStyle=2950(int caretStyle,) + +# Returns the current style of the caret. +get int GetCaretStyle=2951(,) + # Set the indicator used for IndicatorFillRange and IndicatorClearRange set void SetIndicatorCurrent=2500(int indicator,) -- cgit v1.2.3