home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of Shareware - Software Farm 2
/
wosw_2.zip
/
wosw_2
/
QBAS
/
CDITQ21.ZIP
/
CODEIT.E_
/
CIWIND2.BI
< prev
next >
Wrap
Text File
|
1992-03-03
|
967b
|
17 lines
'============================================================================
'CIWIND2.BI Copyright (C) 1991-1992, Clear Software. ALL RIGHTS RESERVED.
'============================================================================
'============================================================================
DECLARE SUB TextWindow (toprow%, leftcol%, text$(), windowtitle$, shad%, boxType%, saveSwitch%, FG%, BG%)
'============================================================================
DECLARE FUNCTION AlertWindow% (top%, left%, text$(), title$, shad%, boxType%, btn1$, btn2$, btn3$, FG%, BG%, HiFG%)
DECLARE FUNCTION ScrollWindow% (left%, right%, top%, bottom%, list$(), title$, shad%, boxType%, FG%, BG%, HiFG%, HiBG%)
DECLARE FUNCTION TagWindow% (left%, right%, top%, bottom%, list$(), title$, shad%, boxType%, FG%, BG%, HiFG%, HiBG%, tagList%(), tagChar$)
'============================================================================