aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2001-12-20 02:29:36 +0000
committernyamatongwe <devnull@localhost>2001-12-20 02:29:36 +0000
commit0833380d77939a98c98a22060f8904efd393b86e (patch)
tree88d99ad316492def0de5e7a72da7916842bebb09 /include/Scintilla.iface
parenteebc3a79d1d131f8a47703163ca83710d079fcf9 (diff)
downloadscintilla-mirror-0833380d77939a98c98a22060f8904efd393b86e.tar.gz
Added changeable attribute to styles that defaults to true. When it is
false, text in this style is read only.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 9e30673d7..d83c71321 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -472,6 +472,9 @@ get colour GetCaretLineBack=2097(,)
# Set the colour of the background of the line containing the caret.
set void SetCaretLineBack=2098(colour back,)
+# Set a style to be changeable or not (read only).
+set void StyleSetChangeable=2099(int style, bool changeable)
+
# Display a auto-completion list.
# The lenEntered parameter indicates how many characters before
# the caret should be used to provide context.