On Tue, Nov 18, 2003 at 03:54:49AM -0800, David McCabe wrote: > I've been reading the tutorials for PyGTK and the TreeView tutorial, > but I'm having trouble coming up with clear information about how to > be notified when the user reorders a list using drag and drop. I'd > like to find the easiest way to reflect these reorders in my model.
I suppose at least 'drag-drop' of the the GtkWidget drag-* signals will be emitted when the user drops a row onto another: http://www.moeraki.com/pygtkreference/pygtk2reference/class-gtkwidget.html#method-gtkwidget--drag-begin Or are you looking for something different? I don't think there's a specific 'reorder' signal. Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 261 2331 _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
