diff options
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r-- | include/Scintilla.iface | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 8b9073585..d8b7904a3 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1003,6 +1003,11 @@ set void SetStatus=2382(int statusCode,) # Get error status get int GetStatus=2383(,) +# Set whether the mouse is captured when its button is pressed +set void SetMouseDownCaptures=2384(bool captures,) +# Get whether mouse gets captured +get bool GetMouseDownCaptures=2385(,) + # Set the focus to this Scintilla widget. # GTK+ Specific fun void GrabFocus=2400(,) |