diff options
| author | nyamatongwe <devnull@localhost> | 2001-11-06 01:13:22 +0000 | 
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2001-11-06 01:13:22 +0000 | 
| commit | 1269cf3248e3610ba9f6d726b517be9d72e1997a (patch) | |
| tree | 8663531dac000b8ba7c7759e3048506086f09cfa | |
| parent | db74ccf95d89f1841d95bb8bd3839fc52a78d6c0 (diff) | |
| download | scintilla-mirror-1269cf3248e3610ba9f6d726b517be9d72e1997a.tar.gz | |
Separated out types that are no longer used.
| -rw-r--r-- | include/Scintilla.iface | 11 | 
1 files changed, 6 insertions, 5 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index a2528adad..0a3c98e68 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -38,14 +38,15 @@  ##     string -> pointer to const character  ##     stringresult -> pointer to character  ##     cells -> pointer to array of cells, each cell containing a style byte and character byte -##     charrange -> range of a min and a max position -##     charrangeresult -> like charrange, but output param -##     textrange -> charrange + output string +##     textrange -> range of a min and a max position with an output string  ##     findtext -> searchrange, text -> foundposition -##     findtextex -> searchrange  ##     keymod -> integer containing key in low half and modifiers in high half -##     countedstring  ##     formatrange +## Types no longer used: +##     findtextex -> searchrange +##     charrange -> range of a min and a max position +##     charrangeresult -> like charrange, but output param +##     countedstring  ##     point -> x,y  ##     pointresult  -> like point, but output param  ##     rectangle -> left,top,right,bottom  | 
