[plt-scheme] drag and drop from browser in MrEd

From: Stephen De Gabrielle (spdegabrielle at gmail.com)
Date: Fri May 25 05:11:28 EDT 2007

Hi,
Just wondering if anyone knows how to get MrEd to accept at dragged/dropped
url from the browser?
(or drag-selected text from other applications).

Cheers,

Stephen

---
  (define a-drop-frame%
    (class frame:standard-menus%
      (define/override (on-drop-file e)
        (dropped-file-callback e)
        (super on-drop-file e))
      (super-instantiate ())))
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20070525/a6327588/attachment.html>

Posted on the users mailing list.