home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / msdos / basic / code_it4 / cimenu3.bi < prev    next >
Encoding:
Text File  |  1991-05-17  |  855 b   |  18 lines

  1. '============================================================================
  2. 'CIMENU3.BI Copyright (C) 1991, Clear Software. ALL RIGHTS RESERVED.
  3. '============================================================================
  4.  
  5. DECLARE SUB PopColors (bordFGClr%, bordBGClr%, textFGClr%, textBGClr%, titleFGClr%, titleBGClr%, hiFGClr%, hiBGClr%, disableFGClr%, disableHiFGCLr%, hihiFGClr%, hicharFGClr%)
  6. DECLARE SUB PopDescript (row%, col%, descript$(), AreaLen%, FG%, BG%)
  7. DECLARE SUB PopExitKeySet (keyHandle%, exitKey$)
  8. DECLARE SUB PopPaint (left%, right%, top%, bottom%, shad%, boxType%)
  9.  
  10. '============================================================================
  11.  
  12. DECLARE FUNCTION PopMenu% (top%, left%, choice$(), hipos%(), mtitle$, shad%, boxType%)
  13.  
  14. '============================================================================
  15.  
  16.  
  17.  
  18.