Solved my own problem. After a little sleuthing, the "target" dragged from a colorSelector is of type "application/x-color" (And the data is 4 unsigned shorts in native byte-order.)
--S On Tuesday 05 November 2002 07:57 pm, [EMAIL PROTECTED] wrote: > What is the appropriate target for drag_dest_set to enable a widget to > receive a color dragged from the colorSelection widget? > The only dnd example uses "text/html" which doesn't allow my > clist to receive the drop. > > Thanks in advance, > > Scott > > _______________________________________________ > pygtk mailing list [EMAIL PROTECTED] > http://www.daa.com.au/mailman/listinfo/pygtk > Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/ _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
