On Fri, Nov 16, 2012 at 8:01 PM, Curtis Wensley <[email protected]> wrote: > Awesome! I am very happy to see gtk-sharp 3. > > I finally got around to trying it out, and ran into a pretty gnarly issue > with using tree models: > > https://bugzilla.xamarin.com/show_bug.cgi?id=8447
I've just committed a fix for that. It's in a tricky area (GInterface support), hopefully I haven't introduced any regression. > The other thing I noticed, was that there is no longer an easy way to set a > minimum size for a control unless it is subclassed and override > OnGetPreferredWidth/Height. I used to do this via the SizeRequested event. What do you mean by that ? Could you give some sample code ? The PreferredWidth/Height stuff comes from changes in GTK+ itself: http://developer.gnome.org/gtk3/stable/ch24s02.html#idp120015584 But anyone has an idea for some additional API to make things easier, I'd be happy to add it. -- Bertrand Lorentz _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
