diff options
| author | nyamatongwe <devnull@localhost> | 2000-10-03 12:11:57 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2000-10-03 12:11:57 +0000 |
| commit | 6fffdce88450575c94b05f2d71708590bf266254 (patch) | |
| tree | 65f0b4d35e821158aaa45a350ea20733006eaac5 /include/Scintilla.iface | |
| parent | 036b89d5335618318ea2ad575d397b5e146ae2d9 (diff) | |
| download | scintilla-mirror-6fffdce88450575c94b05f2d71708590bf266254.tar.gz | |
Error status attribute created.
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 50cfa83c5..8b9073585 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -998,6 +998,11 @@ set void SetFocus=2380(bool focus,) # Get internal focus flag get bool GetFocus=2381(,) +# Change error status - 0 = OK +set void SetStatus=2382(int statusCode,) +# Get error status +get int GetStatus=2383(,) + # Set the focus to this Scintilla widget. # GTK+ Specific fun void GrabFocus=2400(,) |
