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