home *** CD-ROM | disk | FTP | other *** search
- '============================================================================
- 'CITOOLS.BI Copyright (C) 1991, Clear Software. ALL RIGHTS RESERVED.
- '============================================================================
-
- DECLARE SUB AttrChange (left%, right%, top%, bottom%, FG%, BG%)
- DECLARE SUB DrawBox (left%, right%, top%, bottom%, boxType%)
- DECLARE SUB ScreenPaint (left%, right%, top%, bottom%, Ascii$)
- DECLARE SUB ScreenSave (left%, right%, top%, bottom%, scrnNum%)
- DECLARE SUB ScreenRestore (left%, right%, top%, bottom%, scrnNum%)
- DECLARE SUB ScrollArea (left%, right%, top%, bottom%, lines%, newColorBG%)
- DECLARE SUB WindowPut (left%, right%, top%, bottom%, shad%, boxType%, FG%, BG%)
-
- '============================================================================
-
- DECLARE FUNCTION ShiftStateNow% (extkey%)
- DECLARE FUNCTION AltConvert$ (kb$)
- DECLARE FUNCTION AdapterSet% ()
- DECLARE FUNCTION AdapterType$ ()
-
- '============================================================================
-
-