aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2000-04-28 13:01:29 +0000
committernyamatongwe <devnull@localhost>2000-04-28 13:01:29 +0000
commit3f74acc51c467ced9514a2efd52fea9172336d47 (patch)
tree87f89e6a3ae785b88e5dca077d2784d8eef9e11d /include/Scintilla.h
parent74f694a93f70e768d02d01751fcb2dcc93343b11 (diff)
downloadscintilla-mirror-3f74acc51c467ced9514a2efd52fea9172336d47.tar.gz
Added zoom setting and getting and key Ctrl+Keypad/ restores default zoom.
Version number updated to 1.25
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index d4092814f..eecf7dfdc 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -339,6 +339,8 @@ extern "C" {
#define SCI_LINESONSCREEN SCI_START + 370
#define SCI_USEPOPUP SCI_START + 371
#define SCI_SELECTIONISRECTANGLE SCI_START + 372
+#define SCI_SETZOOM SCI_START + 373
+#define SCI_GETZOOM SCI_START + 374
// GTK+ Specific
#define SCI_GRABFOCUS SCI_START + 400