home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / basic / tools / codeit / citools.bi < prev    next >
Text File  |  1992-03-03  |  1KB  |  22 lines

  1. '============================================================================
  2. 'CITOOLS.BI Copyright (C) 1991-1992, Clear Software. ALL RIGHTS RESERVED.
  3. '============================================================================
  4.  
  5. DECLARE SUB AttrChange (left%, right%, top%, bottom%, FG%, BG%)
  6. DECLARE SUB DrawBox (left%, right%, top%, bottom%, boxType%)
  7. DECLARE SUB ScreenPaint (left%, right%, top%, bottom%, Ascii$)
  8. DECLARE SUB ScreenSave (left%, right%, top%, bottom%, scrnNum%)
  9. DECLARE SUB ScreenRestore (left%, right%, top%, bottom%, scrnNum%)
  10. DECLARE SUB ScrollArea (left%, right%, top%, bottom%, lines%, newColorBG%)
  11. DECLARE SUB WindowPut (left%, right%, top%, bottom%, shad%, boxType%, FG%, BG%)
  12.  
  13. '============================================================================
  14.  
  15. DECLARE FUNCTION ShiftStateNow% (extkey%)
  16. DECLARE FUNCTION AltConvert$ (kb$)
  17. DECLARE FUNCTION AdapterSet% ()
  18. DECLARE FUNCTION AdapterType$ ()
  19.  
  20. '============================================================================
  21.  
  22.