home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of Shareware - Software Farm 2
/
wosw_2.zip
/
wosw_2
/
QBAS
/
CDITQ21.ZIP
/
CODEIT.E_
/
CITOOLS.BI
< prev
next >
Wrap
Text File
|
1992-03-03
|
1KB
|
22 lines
'============================================================================
'CITOOLS.BI Copyright (C) 1991-1992, 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$ ()
'============================================================================