On Mon, 2002-09-30 at 03:02, James Henstridge wrote: > florian wrote: > > >hi! > > > >im wondering if its possible to receive files dragged from > >nautilus on some gtk widget. should be possible, or? > > > >but how do i managed it? when i drag some files from nautilus > >on a row in a treeview. how do i figure out the filename and > >all that stuff. does anybody have a example or some small > >tips? i would appreciate.. > > > > > Nautilus uses "text/uri-list" as the target type for its drags, so just > say that you accept drags of that type. The format of the data in a > text/uri-list drag is simply a '\r\n' separated list of uris.
anybody might be able to just give me a super small example of what extra stuff has to be done to make all that? the dnd examples are kinda hard to understand, since there are no comments in them and also the used gtk functions are barly commented.. thanks alot in advance! ciao! florian _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
