[Gtk-sharp-list] extending CellRenderer

Mike Kestner mkestner@novell.com
Mon, 10 Jan 2005 09:25:34 -0600


On Sun, 2005-01-09 at 11:55 -0500, Michael Quinn wrote:

> 
> Is this a bug in GTK#, or am I just not thinking properly?

Most likely, one or more of those rectangle parameters is allowed to be
null, but our marshaling code doesn't account for that and is trying to
marshal NULL as a ref Rectangle.

Please file a bug on bugzilla with as simple a sample application as
possible to reproduce it.

-- 
Mike Kestner <mkestner@novell.com>