Re: reorderable treeview question

2007-08-21 Thread Ferenc Gerlits
I figured it out; the problem was that by default, Glade sets the GDK_POINTER_MOTION_HINT_MASK in the event mask for TreeView widgets, which prevents the reordering from working properly. Unsetting this bit in the event mask (under Common/Events in Glade) solved the problem. It looks like Glad

reorderable treeview question

2007-08-14 Thread Ferenc Gerlits
Hi, I am using libglade (gtkmm 2.10.8 and libglademm 2.6.3, on Ubuntu Feisty), and I have a problem with reorderable treeviews. When I try to grab a row and move it within the GtkTreeView, it does nothing. If I first drag the row outside the GtkTreeView widget, and then drag it back in, it wo