aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2000-10-03 12:11:57 +0000
committernyamatongwe <devnull@localhost>2000-10-03 12:11:57 +0000
commit6fffdce88450575c94b05f2d71708590bf266254 (patch)
tree65f0b4d35e821158aaa45a350ea20733006eaac5 /include/Scintilla.iface
parent036b89d5335618318ea2ad575d397b5e146ae2d9 (diff)
downloadscintilla-mirror-6fffdce88450575c94b05f2d71708590bf266254.tar.gz
Error status attribute created.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface5
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(,)