home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / cplus / 11424 < prev    next >
Encoding:
Text File  |  1992-07-23  |  938 b   |  37 lines

  1. Path: sparky!uunet!cs.utexas.edu!hellgate.utah.edu!hamblin.math.byu.edu!yvax.byu.edu!byuvm!libtwm
  2. Newsgroups: comp.lang.c++
  3. Subject: TurboVision TMenuBox problem
  4. Message-ID: <92205.105054LIBTWM@BYUVM.BITNET>
  5. From: <LIBTWM@BYUVM.BITNET>
  6. Date: Thursday, 23 Jul 1992 10:50:54 MDT
  7. Organization: Brigham Young University
  8. Lines: 27
  9.  
  10.  
  11. I'm trying (unsuccessfully) to nest a menubox from a pulldown menu item.
  12. I haven't been able to find any sample code that demonstrates this.
  13.  
  14. One inconsistency (I believe) with the MENU.H is the following
  15. declaration:
  16.  
  17.  
  18. class TMenuBox : public TMenuView
  19. {
  20.  
  21. public:
  22.  
  23.     TMenuBox( const TRect& bounds, TMenu *aMenu );
  24.     TMenuBox( const TRect& bounds, TMenu *aMenu, TMenuView *aParentMenu);
  25.  
  26.  
  27. The first constructor call is not supported in the TV.LIB but the second
  28. call is.
  29.  
  30.  
  31. Any help with this problem is greatly appreciated.
  32.  
  33.  
  34. ******************************
  35. LIBTWM@VM.BYU.EDU
  36. ******************************
  37.