home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / basic / tools / codeit / ciwind2.bi < prev    next >
Text File  |  1992-03-03  |  967b  |  17 lines

  1. '============================================================================
  2. 'CIWIND2.BI Copyright (C) 1991-1992, Clear Software. ALL RIGHTS RESERVED.
  3. '============================================================================
  4.  
  5. '============================================================================
  6.  
  7. DECLARE SUB TextWindow (toprow%, leftcol%, text$(), windowtitle$, shad%, boxType%, saveSwitch%, FG%, BG%)
  8.  
  9. '============================================================================
  10.  
  11. DECLARE FUNCTION AlertWindow% (top%, left%, text$(), title$, shad%, boxType%, btn1$, btn2$, btn3$, FG%, BG%, HiFG%)
  12. DECLARE FUNCTION ScrollWindow% (left%, right%, top%, bottom%, list$(), title$, shad%, boxType%, FG%, BG%, HiFG%, HiBG%)
  13. DECLARE FUNCTION TagWindow% (left%, right%, top%, bottom%, list$(), title$, shad%, boxType%, FG%, BG%, HiFG%, HiBG%, tagList%(), tagChar$)
  14.  
  15. '============================================================================
  16.  
  17.