aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/ScintillaMessages.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2024-08-15 19:02:46 +1000
committerNeil <nyamatongwe@gmail.com>2024-08-15 19:02:46 +1000
commitdcbc339899911e1a3a743de1c0c25d0c253dd39a (patch)
tree3d4fcd3405e7b4620476c36b0102031114bf65ad /include/ScintillaMessages.h
parent6f51f5975920272f5f691d690107d15291a335f2 (diff)
downloadscintilla-mirror-dcbc339899911e1a3a743de1c0c25d0c253dd39a.tar.gz
Add SCI_STYLESETSTRETCH to support condensed and expanded text styles.
Diffstat (limited to 'include/ScintillaMessages.h')
-rw-r--r--include/ScintillaMessages.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ScintillaMessages.h b/include/ScintillaMessages.h
index 847ec0881..df7f2e743 100644
--- a/include/ScintillaMessages.h
+++ b/include/ScintillaMessages.h
@@ -137,6 +137,8 @@ enum class Message {
StyleSetHotSpot = 2409,
StyleSetCheckMonospaced = 2254,
StyleGetCheckMonospaced = 2255,
+ StyleSetStretch = 2258,
+ StyleGetStretch = 2259,
StyleSetInvisibleRepresentation = 2256,
StyleGetInvisibleRepresentation = 2257,
SetElementColour = 2753,