GNOME Bugzilla – Bug 340205
rows-reordered signal needs some documentation
Last modified: 2006-05-04 12:17:16 UTC
The rows-reordered signal is not emitted when rows are reordered via drag-and-drop. This is apparently not a bug: http://mail.gnome.org/archives/gtk-devel-list/2005-January/msg00103.html " rows-reordered is only for reordering the children of a single node, whereas dnd allows you to move nodes between branches in a tree. Therefore intra-tree dnd is implemented as remove+add. " I think the signal documentation should say that, and the gtk_tree_view_set_reorderable() documentation should mention it too. Otherwise, the confusion is understandable.
I added some documentation 2006-04-30 Matthias Clasen <mclasen@localhost.localdomain> * gtk/gtktreemodel.c (gtk_tree_model_base_init): Document GtkTreeModel signals.
That's really wonderful. Thanks. May I suggest "Is emitted" rather than "Gets emitted". "Gets" is rather coloquial, and not really suitable for written English. I can make that change if you like.
Feel free to correct that, thanks.
Done in HEAD. Thanks again.