diff options
author | Neil <nyamatongwe@gmail.com> | 2019-06-02 09:22:04 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2019-06-02 09:22:04 +1000 |
commit | f82ccf0be4becb37bb450b3f745a1e611b7cc37c (patch) | |
tree | 5590f07f9cb3cdd0245f634bb064ed3c02f164fb /include | |
parent | 71d4c7d5cea7a8c5f98f9621ce8ddd840c256052 (diff) | |
download | scintilla-mirror-f82ccf0be4becb37bb450b3f745a1e611b7cc37c.tar.gz |
GTK+ was renamed to GTK in February 2019 so update documentation to new name.
Diffstat (limited to 'include')
-rw-r--r-- | include/Scintilla.iface | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index d2b6f290c..c1c0a2ac1 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -2484,7 +2484,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. @@ -4974,7 +4974,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) |