From 0fa2db7b2f84c31c0439d8481fe49be323f6a96e Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 2 Jun 2019 09:22:04 +1000 Subject: Backport: GTK+ was renamed to GTK in February 2019 so update documentation to new name. Backport of changeset 7545:69f78ccbfc4b. --- include/Scintilla.iface | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') 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) -- cgit v1.2.3