aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2019-06-02 09:22:04 +1000
committerNeil <nyamatongwe@gmail.com>2019-06-02 09:22:04 +1000
commit0fa2db7b2f84c31c0439d8481fe49be323f6a96e (patch)
treece96ac57c76b2456627bbf5165f28591f96de9d2 /include
parent7c48e031351f0b417b46b00d31d1a50d38ca502c (diff)
downloadscintilla-mirror-0fa2db7b2f84c31c0439d8481fe49be323f6a96e.tar.gz
Backport: GTK+ was renamed to GTK in February 2019 so update documentation to new name.
Backport of changeset 7545:69f78ccbfc4b.
Diffstat (limited to 'include')
-rw-r--r--include/Scintilla.iface4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index fdffa4009..346b5f6fd 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -2491,7 +2491,7 @@ set void SetVirtualSpaceOptions=2596(int virtualSpaceOptions,)
# Return options for virtual space behaviour.
get int GetVirtualSpaceOptions=2597(,)
-# On GTK+, allow selecting the modifier key to use for mouse-based
+# On GTK, allow selecting the modifier key to use for mouse-based
# rectangular selection. Often the window manager requires Alt+Mouse Drag
# for moving windows.
# Valid values are SCMOD_CTRL(default), SCMOD_ALT, or SCMOD_SUPER.
@@ -4982,7 +4982,7 @@ evt void CharAdded=2001(int ch)
evt void SavePointReached=2002(void)
evt void SavePointLeft=2003(void)
evt void ModifyAttemptRO=2004(void)
-# GTK+ Specific to work around focus and accelerator problems:
+# GTK Specific to work around focus and accelerator problems:
evt void Key=2005(int ch, int modifiers)
evt void DoubleClick=2006(int modifiers, int position, int line)
evt void UpdateUI=2007(int updated)