home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / vrac / adaada.zip / ADAADA.ZIP / DOC / CW_ADA.TXT < prev    next >
Text File  |  1994-10-10  |  4KB  |  186 lines

  1. Codewright Ada Binding
  2. ======================
  3.  
  4. By Ada package name
  5. -------------------
  6.  
  7. CW_ATTR (Attributes, Line and Text)
  8.  
  9. AttrFindVisible
  10. AttrSetColor
  11. AttrSetVisible
  12. Grep
  13.  
  14. CW_BFEX (Buffer Examination)
  15.  
  16. _PosCurrentChar
  17. _PosInit
  18. _PosNextChar
  19. _PosNextLine
  20. _PosPrevChar
  21. _PosPrevLine
  22. _PosQLine
  23. _PosQOffset
  24. _PosSetColor
  25. BufReadChar
  26. BufReadStr
  27.  
  28. CW_BFOP (Buffer Operations/Settings)
  29.  
  30. BufQCurrentCol
  31. BufQCurrentLine
  32. BufSetAscii
  33. BufSetCompact
  34.  
  35. CW_COMP (Compiler/Make Interface)
  36.  
  37. CompilerNewExt
  38.  
  39. CW_CURS (Cursor Motion)
  40.  
  41. MovDown
  42. MovEOF
  43. MovEOL
  44. MovHome
  45. MovPrevChar
  46. MovTopBuf
  47. MovUp
  48.  
  49. CW_EDIT (Editing)
  50.  
  51. BufDelToEOL
  52. BufInsertChar
  53.  
  54. CW_EDSY (Editor System)
  55.  
  56. ColorAlternate1
  57. ColorAlternate2
  58. ColorAlternate3
  59. ColorAlternate4
  60. ColorComments
  61. ColorKeyword
  62. HashCreateTable
  63. HashFindEntry
  64. HashGetEntry
  65. LibExport
  66.  
  67. CW_FLAG (Flag Settings)
  68.  
  69. SrchQFlags
  70. SrchSetFlags
  71.  
  72. CW_LANG (Language Support)
  73.  
  74. Ext_Assign_Template
  75. Ext_Expand_Template
  76. Ext_Insert_Indented_EOL
  77. ExtCommentSearchLimit
  78.  
  79. CW_PARS (Error Output Parsing)
  80.  
  81. AddErrorInfoName
  82. ErrorColumn
  83. ErrorLine
  84. ErrorMsgLine
  85. ErrorSrcFile
  86.  
  87. CW_SLCT (Selections and Bookmarks)
  88.  
  89. MarkDropPos
  90. MarkRestorePos
  91. MarkSavePos
  92.  
  93. CW_SMAN (String Manipulation)
  94.  
  95. StrFree
  96. StrMatch
  97. StrNew
  98. StrTrim
  99.  
  100. CW_SRCH (Search and Replace)
  101.  
  102. SrchFind
  103.  
  104. CW_SYS (System/MS Windows Interface)
  105.  
  106. MemAlloc
  107. MemFree
  108.  
  109. CW_USER (User Input and Messages)
  110.  
  111. MsgNotify
  112.  
  113. By function name
  114. ----------------
  115.  
  116. _PosCurrentChar        CW_BFEX        (Buffer Examination)
  117. _PosInit                    CW_BFEX        (Buffer Examination)
  118. _PosNextChar            CW_BFEX        (Buffer Examination)
  119. _PosNextLine            CW_BFEX        (Buffer Examination)
  120. _PosPrevChar            CW_BFEX        (Buffer Examination)
  121. _PosPrevLine            CW_BFEX        (Buffer Examination)
  122. _PosQLine                    CW_BFEX        (Buffer Examination)
  123. _PosQOffset                CW_BFEX        (Buffer Examination)
  124. _PosSetColor            CW_BFEX        (Buffer Examination)
  125.  
  126. AddErrorInfoName    CW_PARS        (Error Output Parsing)
  127. AttrFindVisible        CW_ATTR        (Attributes, Line and Text)
  128. AttrSetColor            CW_ATTR        (Attributes, Line and Text)
  129. AttrSetVisible        CW_ATTR        (Attributes, Line and Text)
  130.  
  131. BufDelToEOL                CW_EDIT        (Editing)
  132. BufInsertChar            CW_EDIT        (Editing)
  133. BufQCurrentCol        CW_BFOP        (Buffer Operations/Settings)
  134. BufQCurrentLine        CW_BFOP        (Buffer Operations/Settings)
  135. BufReadChar                CW_BFEX        (Buffer Examination)
  136. BufReadStr                CW_BFEX        (Buffer Examination)
  137. BufSetAscii                CW_BFOP        (Buffer Operations/Settings)
  138. BufSetCompact            CW_BFOP        (Buffer Operations/Settings)
  139.  
  140. ColorAlternate1        CW_EDSY        (Editor System)
  141. ColorAlternate2        CW_EDSY        (Editor System)
  142. ColorAlternate3        CW_EDSY        (Editor System)
  143. ColorAlternate4        CW_EDSY        (Editor System)
  144. ColorComments            CW_EDSY        (Editor System)
  145. ColorKeyword            CW_EDSY        (Editor System)
  146. CompilerNewExt        CW_COMP        (Compiler/Make Interface)
  147.  
  148. ErrorColumn                                CW_PARS        (Error Output Parsing)
  149. ErrorLine                                    CW_PARS        (Error Output Parsing)
  150. ErrorMsgLine                            CW_PARS        (Error Output Parsing)
  151. ErrorSrcFile                            CW_PARS        (Error Output Parsing)
  152. Ext_Assign_Template                CW_LANG        (Language Support)
  153. Ext_Expand_Template                CW_LANG        (Language Support)
  154. Ext_Insert_Indented_EOL        CW_LANG        (Language Support)
  155. ExtCommentSearchLimit            CW_LANG        (Language Support)
  156.  
  157. Grep        CW_ATTR        (Attributes, Line and Text)
  158.  
  159. HashCreateTable        CW_EDSY        (Editor System)
  160. HashFindEntry            CW_EDSY        (Editor System)
  161. HashGetEntry            CW_EDSY        (Editor System)
  162.  
  163. LibExport        CW_EDSY        (Editor System)
  164.  
  165. MarkDropPos            CW_SLCT        (Selections and Bookmarks)
  166. MarkRestorePos    CW_SLCT        (Selections and Bookmarks)
  167. MarkSavePos            CW_SLCT        (Selections and Bookmarks)
  168. MemAlloc                CW_SYS        (System/MS Windows Interface)
  169. MemFree                    CW_SYS        (System/MS Windows Interface)
  170. MovDown                    CW_CURS        (Cursor Motion)
  171. MovEOF                    CW_CURS        (Cursor Motion)
  172. MovEOL                    CW_CURS        (Cursor Motion)
  173. MovHome                    CW_CURS        (Cursor Motion)
  174. MovPrevChar            CW_CURS        (Cursor Motion)
  175. MovTopBuf                CW_CURS        (Cursor Motion)
  176. MovUp                        CW_CURS        (Cursor Motion)
  177. MsgNotify                CW_USER        (User Input and Messages)
  178.  
  179. SrchFind                CW_SRCH        (Search and Replace)
  180. SrchQFlags            CW_FLAG        (Flag Settings)
  181. SrchSetFlags        CW_FLAG        (Flag Settings)
  182. StrFree                    CW_SMAN        (String Manipulation)
  183. StrMatch                CW_SMAN        (String Manipulation)
  184. StrNew                    CW_SMAN        (String Manipulation)
  185. StrTrim                    CW_SMAN        (String Manipulation)
  186.