aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2004-01-20 12:09:08 +0000
committernyamatongwe <devnull@localhost>2004-01-20 12:09:08 +0000
commit3b4321e0bd6090f1e83bf13111d6f6158e49d667 (patch)
treeb4ae7513d811353fb24759e4674935b05979a2af /include/Scintilla.iface
parentf5c3d93ebb9148ff12ea7acbe27f17079a5f62d8 (diff)
downloadscintilla-mirror-3b4321e0bd6090f1e83bf13111d6f6158e49d667.tar.gz
Method to preallocate document space.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 5ee7afd5f..d84ab688e 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -1549,6 +1549,9 @@ fun void SetCharsDefault=2444(,)
# Get currently selected item position in the auto-completion list
fun int AutoCGetCurrent=2445(,)
+# Enlarge the document to a particular size of text bytes.
+fun void Allocate=2446(int bytes,)
+
# Start notifying the container of all key presses and commands.
fun void StartRecord=3001(,)