Reordering in ctree/clist does not work anymore in 1.2.[12]



Hi,

I just realized that ctree/clist reordering in GTK+ 1.2.2(1) doesn't
work anymore (or did the interface change?). E.g., see testgtk or
gnome-menueditor: if you drag items, an icon appears, but if you want
to drop it to another position, the icon disappears but nothing
happens. Code snipped to enable DND in previous GTK (1.1.x [x > 10?])
versions:

   gtk_clist_set_reorderable (GTK_CLIST (ctree), TRUE);
   gtk_clist_set_use_drag_icons (GTK_CLIST (ctree), TRUE);
   gtk_signal_connect (GTK_OBJECT (ctree), "tree_move",
		       GTK_SIGNAL_FUNC (tree_moved), NULL);

Do I miss any actions here to enable reordering? Any help is appreciated.

Ullrich
-- 
Ullrich Hafner <hafner@bigfoot.de>, http://www.bigfoot.com/~uhafner



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]