[Gtk-sharp-list] RequestSize seems to be broken

Mike Kestner mkestner@ximian.com
Sat, 13 Mar 2004 11:14:03 -0600


On Sat, 2004-03-13 at 03:35, Todd Berman wrote:
> After updating to the latest gtk# cvs, the Widget.RequestSize seems to
> have changed into GetRequestSize and SetRequestSize methods, or the
> RequestSize property is gone. not sure :)

My latest commit removed all the API that used System.Drawing. We do not
want a System.Drawing dependency on Gtk# as it will be part of the
non-encumbered stack for mono 1.0.  

The RequestSize property was a customization that "overloaded" the
(width, height) methods with a System.Drawing.Size property.

-- 
Mike Kestner <mkestner@ximian.com>