diff options
| author | nyamatongwe <devnull@localhost> | 2011-07-19 11:26:01 +1000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2011-07-19 11:26:01 +1000 |
| commit | 79d3de7e480099864a6f69c0f0d0f5701f83201a (patch) | |
| tree | bcf4c36ec558af33b8455ed018f5b1ab52720a65 /include/Scintilla.iface | |
| parent | bb27e8dd8c0e959c7048a18336ac18d482f4d892 (diff) | |
| download | scintilla-mirror-79d3de7e480099864a6f69c0f0d0f5701f83201a.tar.gz | |
Added ScrollToStart and ScrollToEnd key commands for OS X.
Diffstat (limited to 'include/Scintilla.iface')
| -rw-r--r-- | include/Scintilla.iface | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 28273f012..95e784e19 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -2168,6 +2168,12 @@ fun void MarkerDefineRGBAImage=2626(int markerNumber, string pixels) # It has the width and height from RGBAImageSetWidth/Height fun void RegisterRGBAImage=2627(int type, string pixels) +# Scroll to start of document. +fun void ScrollToStart=2628(,) + +# Scroll to end of document. +fun void ScrollToEnd=2629(,) + # Start notifying the container of all key presses and commands. fun void StartRecord=3001(,) |
