aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <unknown>2009-07-12 02:22:26 +0000
committernyamatongwe <unknown>2009-07-12 02:22:26 +0000
commitc1bd09cfd4175f9ae03691e836a7f40985f2303a (patch)
tree146506eeb98f7d67fcd6e130bf7415d8291c8e22 /include/Scintilla.iface
parent8bf93b50f043fc9e6d52ce07105f7b4dcd11687a (diff)
downloadscintilla-mirror-c1bd09cfd4175f9ae03691e836a7f40985f2303a.tar.gz
Allow setting the modifier key to be used for rectangular
selection on GTK+. Paste can be performed in virtual space on GTK+
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 76d9da08a..d17de8018 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -1995,6 +1995,16 @@ val SCVS_USERACCESSIBLE=2
set void SetVirtualSpaceOptions=2596(int virtualSpace,)
get int GetVirtualSpaceOptions=2597(,)
+# 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.
+
+set void SetRectangularSelectionModifier=2598(int modifier,)
+
+# Get the modifier key used for rectangular selection.
+get int GetRectangularSelectionModifier=2599(,)
+
# Set the foreground colour of additional selections.
# Must have previously called SetSelFore with non-zero first argument for this to have an effect.
set void SetAdditionalSelFore=2600(colour fore,)
@@ -2124,6 +2134,7 @@ val SCMOD_NORM=0
val SCMOD_SHIFT=1
val SCMOD_CTRL=2
val SCMOD_ALT=4
+val SCMOD_SUPER=8
################################################
# For SciLexer.h