home *** CD-ROM | disk | FTP | other *** search
- '============================================================================
- 'CIWIND2.BI Copyright (C) 1991, 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$)
-
- '============================================================================
-
-