home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cs.utexas.edu!hellgate.utah.edu!hamblin.math.byu.edu!yvax.byu.edu!byuvm!libtwm
- Newsgroups: comp.lang.c++
- Subject: TurboVision TMenuBox problem
- Message-ID: <92205.105054LIBTWM@BYUVM.BITNET>
- From: <LIBTWM@BYUVM.BITNET>
- Date: Thursday, 23 Jul 1992 10:50:54 MDT
- Organization: Brigham Young University
- Lines: 27
-
-
- I'm trying (unsuccessfully) to nest a menubox from a pulldown menu item.
- I haven't been able to find any sample code that demonstrates this.
-
- One inconsistency (I believe) with the MENU.H is the following
- declaration:
-
-
- class TMenuBox : public TMenuView
- {
-
- public:
-
- TMenuBox( const TRect& bounds, TMenu *aMenu );
- TMenuBox( const TRect& bounds, TMenu *aMenu, TMenuView *aParentMenu);
-
-
- The first constructor call is not supported in the TV.LIB but the second
- call is.
-
-
- Any help with this problem is greatly appreciated.
-
-
- ******************************
- LIBTWM@VM.BYU.EDU
- ******************************
-