[plt-scheme] drag & drop in MrEd
Drag-n-drop means a lot of things -- if you're talking about a way to
interact with copy/paste as built-in to macos, there's only rudimentary
support. If you're talking about using the "metaphor" of drag-n-drop in
your own app, but not really doing what the built-in one does, there is
some support, but mostly just in the form of a pasteboard% -- I don't
think that you can drag snips across windows, but there may be support
for it that I haven't run across yet.
hth,
Robby
At Sun, 5 Jun 2005 21:22:28 -0400, Doug Orleans wrote:
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
> How easy is it to do drag & drop in MrEd? (I mean dragging objects
> inside a MrEd application, not to and from other apps.) Is there a
> simpler example to look at than the games/cards collection?
>
> --dougo at place.org