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

  1.  
  2. '============================================================================
  3. 'CIMENU1.BI Copyright (C) 1991-1992, Clear Software. ALL RIGHTS RESERVED.
  4. '============================================================================
  5.  
  6. DECLARE SUB PullDownColors (bordFGClr%, bordBGClr%, textFGClr%, textBGClr%, titleFGClr%, titleBGClr%, hiFGClr%, hiBGClr%, disableFGClr%, disableHiFGCLr%, hihiFGClr%, hicharFGClr%)
  7. DECLARE SUB PullDownDefine (menu%, item%, state%, choice$, hichar%)
  8. DECLARE SUB PullDownDescriptArea (row%, col%, length%, hlpFG%, hlpBG%)
  9. DECLARE SUB PullDownDescript (menu%, descript$())
  10. DECLARE SUB PullDownTitleDescript (descript$)
  11. DECLARE SUB PullDownActive ()
  12. DECLARE SUB PullDownPaint (left%, right%, top%, bottom%, shad%, box%)
  13. DECLARE SUB PullDownStateSet (menu%, item%, state%)
  14. DECLARE SUB PullDownTitleOn ()
  15. DECLARE SUB PullDownSoundSet (soundFreq%, soundLength%)
  16.  
  17. '============================================================================
  18.  
  19. DECLARE FUNCTION PullDownInfo% (switch%)
  20. DECLARE FUNCTION PullDownPoll$ ()
  21.  
  22. '============================================================================
  23.  
  24.  
  25.  
  26.  
  27.