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

Mike Kestner mkestner at novell.com
Fri Jan 12 14:35:28 EST 2007


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, TreeDragSource {

GInterface registration is not implemented yet, so the native object
doesn't know you implemented the method.  The feature is on top of the
list for the current development cycle, so hopefully it will be
available in the next stable release.

-- 
Mike Kestner  <mkestner at novell.com>
SUSE® Linux Enterprise 10
Your Linux is ready™
www.novell.com/linux



More information about the Gtk-sharp-list mailing list