home *** CD-ROM | disk | FTP | other *** search
-
- '============================================================================
- 'CIMENU1.BI Copyright (C) 1991, Clear Software. ALL RIGHTS RESERVED.
- '============================================================================
-
- DECLARE SUB PullDownColors (bordFGClr%, bordBGClr%, textFGClr%, textBGClr%, titleFGClr%, titleBGClr%, hiFGClr%, hiBGClr%, disableFGClr%, disableHiFGCLr%, hihiFGClr%, hicharFGClr%)
- DECLARE SUB PullDownDefine (menu%, item%, state%, choice$, hichar%)
- DECLARE SUB PullDownDescriptArea (row%, col%, length%, hlpFG%, hlpBG%)
- DECLARE SUB PullDownDescript (menu%, descript$())
- DECLARE SUB PullDownTitleDescript (descript$)
- DECLARE SUB PullDownActive ()
- DECLARE SUB PullDownPaint (left%, right%, top%, bottom%, shad%, box%)
- DECLARE SUB PullDownStateSet (menu%, item%, state%)
- DECLARE SUB PullDownTitleOn ()
- DECLARE SUB PullDownSoundSet (soundFreq%, soundLength%)
-
- '============================================================================
-
- DECLARE FUNCTION PullDownInfo% (switch%)
- DECLARE FUNCTION PullDownPoll$ ()
-
- '============================================================================
-
-
-
-
-