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

drag and drop target style

2006-11-27 Thread Ferenc Gerlits
Hi, Is there a way of customizing the width and color of the drag and drop target marker in a Gtk::TreeView, without writing my own drag and drop functions? I was looking for a style or property which does this, but I could not find one. Ferenc ___