[Gtk-sharp-list] CellEditable and interfaces

fmoraes@nc.rr.com fmoraes@nc.rr.com
Mon, 28 Feb 2005 12:10:43 -0500


Hi,

It seems that it is not possible to have class implement the interfaces from Gtk#. For example, trying to have a class implement the CellEditable interface compiles fine (if it derives from a Widget like EventBox) but a runtime it fails the test that checks whether it really implements the interface.

It seems like this doesn't quite work yet? Is this a known problem? Do I need to open a bugzilla report for this?

Francisco