home *** CD-ROM | disk | FTP | other *** search
- # Create menuShell from button pressed by user
- MenuShell()
- {
- cps POPUP "WkshTree:Menu" popupWindowShell $PANE \\\n
- maxHeight:100 maxWidth:200
-
- acb $POPUP popdownCallback "PopdownCB $POPUP"
-
- cps MENUSHELLPOP "Menu" menuShell $POPUP_UCA \\\n
- pushpin:out
- cmw TMP ca controlArea $MENUSHELLPOP_MP \\\n
- layoutType:fixedcols measure:1
-
- cmw SAVE Save... oblongButton $TMP \\\n
- buttonType:$BUTTON
- cmw OPEN Open... oblongButton $TMP \\\n
- buttonType:$BUTTON
- cmw PROP Properties... oblongButton $TMP \\\n
- buttonType:$BUTTON
- cmw EXIT Exit... oblongButton $TMP \\\n
- buttonType:$BUTTON
-
- cmw STRING text staticText $POPUP_UCA \\\n
- string:"MenuShell: Press MenuButton for menu"
-
- addbuttons $POPUP_LCA \\\n
- Ok " "
-
- pu $POPUP GrabNone
- }
-