From: shelarcy <she...@gm...> - 2007-08-16 10:56:09
|
I'm sorry for I am confused Window with Control. On Thu, 16 Aug 2007 14:37:22 +0900, shelarcy <she...@gm...> wrote: > If you want to drop files for a Control, this is very easy task. > fileDropTarget set target control and event handler. > > fileDropTarget :: Window a -> (Point -> [String] -> IO ()) -> IO () > Point is dropped posiotion of that, and [String] is dropped files' > pathes. It and other dropTarget functions specify Window, not Control. Best Regards, -- shelarcy <shelarcy hotmail.co.jp> http://page.freett.com/shelarcy/ |