diff options
author | nyamatongwe <unknown> | 2001-11-06 01:13:22 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2001-11-06 01:13:22 +0000 |
commit | 2dfac56843b30da2cafdeec29a34c323df352c4a (patch) | |
tree | 8663531dac000b8ba7c7759e3048506086f09cfa | |
parent | 78c78013e6899d33aae9894528ac294ad4096199 (diff) | |
download | scintilla-mirror-2dfac56843b30da2cafdeec29a34c323df352c4a.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 |