home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / tcl / 1185 < prev    next >
Encoding:
Internet Message Format  |  1992-08-13  |  1.1 KB

  1. Path: sparky!uunet!stanford.edu!agate!sprite.Berkeley.EDU!ouster
  2. From: ouster@sprite.Berkeley.EDU (John Ousterhout)
  3. Newsgroups: comp.lang.tcl
  4. Subject: Re: Inter-Canvas Operations
  5. Date: 13 Aug 1992 17:33:08 GMT
  6. Organization: U.C. Berkeley Sprite Project
  7. Lines: 14
  8. Distribution: world
  9. Message-ID: <16e6ckINN4ge@agate.berkeley.edu>
  10. References: <2624@tivoli.UUCP>
  11. NNTP-Posting-Host: tyranny.berkeley.edu
  12.  
  13. In article <2624@tivoli.UUCP>, carey@alta.tivoli.com (Carey Jung) writes:
  14. |> 
  15. |> Can anyone tell me if tk supports common operations between canvases and, in
  16. |> particular, between canvases in top-level windows.  For example, is it possible
  17. |> to drag and drop items from one canvas to another in two different top-level
  18. |> windows?  Thanks.
  19. |> 
  20. |> -carey
  21. |>   Carey Jung                 Tivoli Systems                 carey@tivoli.com
  22. |>              ...!uunet!cs.utexas.edu!tivoli!carey
  23.  
  24. There is no built-in support for this, but you should be able to write
  25. Tcl scripts that copy objects between canvases in different applications.
  26. Doing a real drag-and-drop interface would probably be a lot more work.
  27.