home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!spool.mu.edu!think.com!ames!data.nas.nasa.gov!mustang.mst6.lanl.gov!nntp-server.caltech.edu!nntp-server.caltech.edu!tromey
- From: tromey@cns.caltech.edu (Tom Tromey)
- Newsgroups: comp.lang.tcl
- Subject: Bind bug, Tk3.0
- Date: 23 Dec 92 14:14:25
- Organization: California Institute of Technology
- Lines: 23
- Message-ID: <TROMEY.92Dec23141425@kant.cns.caltech.edu>
- NNTP-Posting-Host: kant.cns.caltech.edu
-
- I'm using Tk 3.0 and Tcl 6.5. I've applied all known patches (two to
- tkWm.c, one to tkBind.c, and one to tkCanvLine.c). I also added a
- patch of my own to tkWm.c which implements the "wm raise" and "wm
- lower" commands. I don't think this makes any difference.
-
- Type in the following at the wish prompt:
-
- canvas .zot
- pack append . .zot left
- bind <q> exit
-
- Pressing "q" in the window has no effect. This same script worked
- under Tk 2.3.
-
- Let me register my vote for a patchlevel.h or moral equivalent to make
- reporting bugs easier.
-
- Tom
- --
- tromey@cns.caltech.edu
- "In a riddle whose answer is chess, what is the only prohibited word?"
- I thought a moment and replied, "The word chess".
- -- Jorge Luis Borges
-