home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Education Master 1994 (4th Edition)
/
EDUCATIONS_MASTER_4TH_EDITION.bin
/
files
/
progasic
/
coditqb2
/
citools.bi
< prev
next >
Wrap
Text File
|
1991-05-04
|
1KB
|
22 lines
'============================================================================
'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$ ()
'============================================================================