[MonoDevelop] MonoDevelop window designer

Peter Johanson latexer at gentoo.org
Sun May 14 15:29:26 EDT 2006


On Sun, May 14, 2006 at 03:25:29PM -0800, Jon Cosby wrote:
> What's up with the GTK# designer? If I drop a widget into the window it snaps to the size of that window. I can't resize it by dragging and I don't see any size properties in the pallete.  How do you handle these? MonoDevelop hides the generated code handling the design by default. The project is C#  and GTK# 2.0.

You should look at the part of the gtk+ tutorial devoted to packing
widgets to get an idea of why this is
(http://gtk.org/tutorial/c374.html). You want to use boxes (and
sometimes tables) to achieve your layout, not fixed positioning like
most UI designers

-pete

> 
> 
> Jon
> 
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
> 

-- 
Peter Johanson
<latexer at gentoo.org>


More information about the Monodevelop-list mailing list