home *** CD-ROM | disk | FTP | other *** search
- 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
- From: ouster@sprite.Berkeley.EDU (John Ousterhout)
- Newsgroups: comp.lang.tcl
- Subject: Another note on Tk 3.0
- Date: 18 Dec 1992 17:33:12 GMT
- Organization: U.C. Berkeley Sprite Project
- Lines: 7
- Distribution: world
- Message-ID: <1gt20oINN41b@agate.berkeley.edu>
- NNTP-Posting-Host: tyranny.berkeley.edu
-
-
- I forgot to mention in the README file for Tk 3.0 that menus must now
- be descendants of their menubuttons (this is needed so that events can
- get through to the menu when there's a grab on the menubutton). For
- menus in menu bars where you're using tk_menuBar, the menu need only
- be a descendant of the menubar window, since that's where the grab
- is set.
-