Sam Sutch wrote: > I have an application I'm writing for a client which needs to accept > drag & drop file integration with it's host OS. I've chosen PyGTK due > to it's portability across different OS's and am wondering if this is > supported by the current API? At bare minimum, it needs to accept > files dropped from the OS, if not from the PyGTK app [to the OS]. Is > this possible with PyGTK and if so, how would I tackle this problem?
Drag and Drop in Gtk+ on Windows between different applications is not supported at the moment. Windows Explorer is a special case which is handled, it will not work between any other applications AFAIK. -- Johan Dahlin <[EMAIL PROTECTED]> Async Open Source _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
