Hi list,
I would like to enable a drag and drop from a treeview to a notebook.
For the moment, i suceed in dragging from the treeview but the notebook
dropping seems not obvious for me.
Has anyone tryied and suceed to drop in a notebook?
Are these targets correct for a notebook ?
self.TARGETS = [
('MY_TREE_MODEL_ROW', gtk.TARGET_SAME_WIDGET, 0),
('text/plain', 0, 1),
('TEXT', 0, 2),
('STRING', 0, 3),
]
Thaks a lot,
Philippe Collet
_______________________________________________
pygtk mailing list [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/