home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / tcl / 2323 < prev    next >
Encoding:
Text File  |  1993-01-08  |  1.1 KB  |  28 lines

  1. Newsgroups: comp.lang.tcl
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!ames!agate!linus!linus.mitre.org!news!mbunix!blk
  3. From: blk@mitre.org (Brian L. Kahn)
  4. Subject: TCL as widget server
  5. Message-ID: <BLK.93Jan8162050@vanity.mitre.org>
  6. Sender: news@linus.mitre.org (News Service)
  7. Nntp-Posting-Host: vanity.mitre.org
  8. Organization: The MITRE Corp. Bedford, MA
  9. Distribution: comp
  10. Date: Fri, 8 Jan 1993 21:20:50 GMT
  11. Lines: 15
  12.  
  13.  
  14. I would like to use TCL to add scrollbars to emacs.  I don't want to
  15. modify emacs itself (for other reasons), so I thought I could use a
  16. wish shell and communicate via pipes.  Unfortunately, my initial
  17. investigation into wish have turned up dry on 'reparenting', which I
  18. think is vital to my scheme.  Is there some way to get wish widgets to
  19. adopt existing windows, and manage them as children?  I know X
  20. supports this, and that I could compile TCL into a program of my own
  21. that just does reparenting in C and makes the function a TCL program
  22. and handles pipes nicely - but isn't there an easier way?
  23.  
  24.  
  25. --
  26. B<   Brian Kahn   blk@mitre.org   "may the farce be with you"
  27.  
  28.