home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / tcl / 2149 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  799 b 

  1. Path: sparky!uunet!spool.mu.edu!uwm.edu!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!agate!sprite.Berkeley.EDU!ouster
  2. From: ouster@sprite.Berkeley.EDU (John Ousterhout)
  3. Newsgroups: comp.lang.tcl
  4. Subject: Another note on Tk 3.0
  5. Date: 18 Dec 1992 17:33:12 GMT
  6. Organization: U.C. Berkeley Sprite Project
  7. Lines: 7
  8. Distribution: world
  9. Message-ID: <1gt20oINN41b@agate.berkeley.edu>
  10. NNTP-Posting-Host: tyranny.berkeley.edu
  11.  
  12.  
  13. I forgot to mention in the README file for Tk 3.0 that menus must now
  14. be descendants of their menubuttons (this is needed so that events can
  15. get through to the menu when there's a grab on the menubutton).  For
  16. menus in menu bars where you're using tk_menuBar, the menu need only
  17. be a descendant of the menubar window, since that's where the grab
  18. is set.
  19.