home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!hela.iti.org!usc!cs.utexas.edu!news-is-not-mail
- From: capo@cs.utexas.edu (Charles Read)
- Newsgroups: comp.lang.tcl
- Subject: pathname of toplevel window in Tk
- Date: 16 Nov 1992 19:14:12 -0600
- Organization: CS Dept, University of Texas at Austin
- Lines: 17
- Message-ID: <1e9h14INN3e4@im4u.cs.utexas.edu>
- NNTP-Posting-Host: im4u.cs.utexas.edu
- Keywords: toplevel pathname Tk
-
- version of Tk: 2.3
-
- Is it possible to obtain the pathname
- of a toplevel window whose menu (or one
- of whose children's menus) has most
- recently been activated?
-
- The man page for canvas maintains a "current"
- variable that describes what Item in a canvas
- presently lies under the mouse-cursor. This
- suggests that somewhere in Tk the current
- toplevel window is known. But is the pathname
- of this window accessible from the command-line
- interface?
-
- -c
-
-