[Mono-list] system.drawing not built => gtk# menu not working

Mike Kestner mkestner@speakeasy.net
Fri, 3 May 2002 11:30:49 -0700 (PDT)


On 3 May 2002, Miguel de Icaza wrote:

> > Has anyone a binary for me, that I can enjoy gtk# menu.exe?
> 
> Note that Gtk# is in a separate module that does not use System.Drawing,
> it is a wrapping of the unmanaged Gtk api.
> 
> Cvs module is gtk-sharp

Actually, I put in a customization on Gtk.Window that uses 
System.Drawing.Size to set the DefaultSize of the Window.

Apparently I have an old copy of System.Drawing.dll in my node.
I didn't realize it had been removed from the mcs/class build.
I implemented System.Drawing.Size last August, I think.

Mike