home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / RB3641.ZIP / EX1 / OPENMENU.MTH < prev    next >
Text File  |  1991-12-16  |  185b  |  14 lines

  1.  
  2.  
  3.  
  4. !TestView methods !
  5.  
  6. open
  7.  
  8.     self
  9.         owner: self;
  10.         label: 'My Test View'.
  11.     self openWindow.
  12.  
  13.     self menuWindow addMenu: self myMenu owner: self.! !
  14.