home *** CD-ROM | disk | FTP | other *** search
- '============================================================================
- 'CIMENU2.BI Copyright (C) 1991, Clear Software. ALL RIGHTS RESERVED.
- '============================================================================
-
- DECLARE SUB PopUpColors (menu%, bordFGClr%, bordBGClr%, textFGClr%, textBGClr%, titleFGClr%, titleBGClr%, hiFGClr%, hiBGClr%, disableFGClr%, disableHiFGCLr%, hihiFGClr%, hicharFGClr%)
- DECLARE SUB PopUpChoiceDescript (menu%, descript$())
- DECLARE SUB PopUpDefine (menu%, item%, state%, choice$, hichar%)
- DECLARE SUB PopUpDescriptArea (row%, col%, areaLength%, hlpFG%, hlpBG%)
- DECLARE SUB PopUpExitKeySet (menu%, keyHandle%, exitKey$, returnedKey%)
- DECLARE SUB PopUpPaint (menu%, left%, right%, top%, bottom%, shad%, boxType%)
- DECLARE SUB PopUpPlace (menu%, top%, left%)
- DECLARE SUB PopUpReset (menu%)
- DECLARE SUB PopUpStateSet (menu%, item%, state%)
- DECLARE SUB PopUpSoundSet (soundFreq%, soundLength%)
-
- '============================================================================
-
- DECLARE FUNCTION PopUpActive% (menu%)
- DECLARE FUNCTION PopUpGetItem% ()
-
- '============================================================================
-
-
-