diff options
| author | nyamatongwe <devnull@localhost> | 2000-10-03 13:03:13 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2000-10-03 13:03:13 +0000 |
| commit | d22793be31487dc096cffb4696d393affe44e513 (patch) | |
| tree | cea87796a2b93da40e665db96aa3f4672d29abf4 /include/Scintilla.iface | |
| parent | 6fffdce88450575c94b05f2d71708590bf266254 (diff) | |
| download | scintilla-mirror-d22793be31487dc096cffb4696d393affe44e513.tar.gz | |
Mouse down captures now optional.
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(,) |
