Re: [Gtk-sharp-list] override TreeDragSource Interface method in TreeStore sub-class

2007-01-12 Thread Mike Kestner
On Fri, 2007-01-12 at 13:55 -0500, David Cantin wrote: > Hi, I got a sub-class of a TreeStore (see below) and I want to cancel a > DND operation if it's not apropriate. But my RowDraggable method is > never called.. I'am missing something ? > > > public class MyTreeStore : TreeStore, TreeDragSour

[Gtk-sharp-list] override TreeDragSource Interface method in TreeStore sub-class

2007-01-12 Thread David Cantin
Hi, I got a sub-class of a TreeStore (see below) and I want to cancel a DND operation if it's not apropriate. But my RowDraggable method is never called.. I'am missing something ? public class MyTreeStore : TreeStore, TreeDragSource { public MyTreeStore(params System.Type[] p) :