home *** CD-ROM | disk | FTP | other *** search
- '============================================================================
- 'CIMENU3.BI Copyright (C) 1991, Clear Software. ALL RIGHTS RESERVED.
- '============================================================================
-
- DECLARE SUB PopColors (bordFGClr%, bordBGClr%, textFGClr%, textBGClr%, titleFGClr%, titleBGClr%, hiFGClr%, hiBGClr%, disableFGClr%, disableHiFGCLr%, hihiFGClr%, hicharFGClr%)
- DECLARE SUB PopDescript (row%, col%, descript$(), AreaLen%, FG%, BG%)
- DECLARE SUB PopExitKeySet (keyHandle%, exitKey$)
- DECLARE SUB PopPaint (left%, right%, top%, bottom%, shad%, boxType%)
-
- '============================================================================
-
- DECLARE FUNCTION PopMenu% (top%, left%, choice$(), hipos%(), mtitle$, shad%, boxType%)
-
- '============================================================================
-
-
-
-