home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / tcl / 1232 < prev    next >
Encoding:
Text File  |  1992-08-19  |  1.7 KB  |  48 lines

  1. Newsgroups: comp.lang.tcl
  2. Path: sparky!uunet!stanford.edu!ames!pasteur!sickdog.CS.Berkeley.EDU!jiangwu
  3. From: jiangwu@sickdog.CS.Berkeley.EDU (Jiang Wu)
  4. Subject: Re: How to raise window to become top-layer?
  5. Message-ID: <1992Aug20.021741.296@pasteur.Berkeley.EDU>
  6. Sender: nntp@pasteur.Berkeley.EDU (NNTP Poster)
  7. Nntp-Posting-Host: sickdog.cs.berkeley.edu
  8. Organization: University of California, Berkeley
  9. References: <1992Aug19.010804.16684@twg.com> <16tqqhINNhf0@agate.berkeley.edu> <AXEL.92Aug19232537@avalanche.cs.tu-berlin.de>
  10. Date: Thu, 20 Aug 1992 02:17:41 GMT
  11. Lines: 35
  12.  
  13. In article <AXEL.92Aug19232537@avalanche.cs.tu-berlin.de> axel@cs.tu-berlin.de (Axel Mahler) writes:
  14. >In article <16tqqhINNhf0@agate.berkeley.edu> ouster@sprite.Berkeley.EDU (John Ousterhout) writes:
  15. >   In article <1992Aug19.010804.16684@twg.com>, david@twg.com (David Herron) writes:
  16. >   |> 
  17. >   |> Why does tk not have things like `wm raise' and `wm lower'??
  18. >
  19. >   There's no good reason for this.  It's on my (semi-infinite) list of things
  20. >   to do.
  21. >
  22. >On a related issue: is there any way to re-map a window that has 
  23. >been withdrawn with "wm withdraw <windowid>" ? 
  24. >
  25. >The only way I came up with until now is to destroy a window, and
  26. >completely rebuild it when it's needed again. We are developing
  27. >some fairly heavyweight application windows, so that rebuilding
  28. >them each time we want them on the screen, appears to be rather 
  29. >wasteful.
  30. >
  31.  
  32. You can do:
  33.  
  34.     wm deiconify <windowid>
  35.  
  36. This works for me.
  37.  
  38. >Cheers, Axel.
  39. >--
  40. >===============================================================================
  41. >Axel Mahler, Tech.Univ. Berlin
  42. >E-Mail: axel@cs.tu-berlin.de (axel@db0tui62.bitnet)
  43. >Voice: +49-30-314-73487
  44.  
  45. -- Jiang Wu
  46.    jiangwu@postgres.berkeley.edu
  47.  
  48.