home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / basic / tools / codeit / cimenu2.bi < prev    next >
Text File  |  1992-03-03  |  1KB  |  24 lines

  1. '============================================================================
  2. 'CIMENU2.BI Copyright (C) 1991-1992, Clear Software. ALL RIGHTS RESERVED.
  3. '============================================================================
  4.  
  5. DECLARE SUB PopUpColors (menu%, bordFGClr%, bordBGClr%, textFGClr%, textBGClr%, titleFGClr%, titleBGClr%, hiFGClr%, hiBGClr%, disableFGClr%, disableHiFGCLr%, hihiFGClr%, hicharFGClr%)
  6. DECLARE SUB PopUpChoiceDescript (menu%, descript$())
  7. DECLARE SUB PopUpDefine (menu%, item%, state%, choice$, hichar%)
  8. DECLARE SUB PopUpDescriptArea (row%, col%, areaLength%, hlpFG%, hlpBG%)
  9. DECLARE SUB PopUpExitKeySet (menu%, keyHandle%, exitKey$, returnedKey%)
  10. DECLARE SUB PopUpPaint (menu%, left%, right%, top%, bottom%, shad%, boxType%)
  11. DECLARE SUB PopUpPlace (menu%, top%, left%)
  12. DECLARE SUB PopUpReset (menu%)
  13. DECLARE SUB PopUpStateSet (menu%, item%, state%)
  14. DECLARE SUB PopUpSoundSet (soundFreq%, soundLength%)
  15.  
  16. '============================================================================
  17.  
  18. DECLARE FUNCTION PopUpActive% (menu%)
  19. DECLARE FUNCTION PopUpGetItem% ()
  20.  
  21. '============================================================================
  22.  
  23.  
  24.