[MonoDevelop] GUI Toolkit for mono developer

Michael Hutchinson m.j.hutchinson at gmail.com
Sat Feb 1 22:50:37 UTC 2014


GTK has a container-based layout model. The advantage of this is your
layout automatically adapts to changes in window size and changes in
the widgets size caused by string localization.

Window is a very simple container that has a single child, and
allocates its entire area to that child. You can construct more
advanced layouts by nesting containers: VBox, HBox, Table and
Alignment

See also:
http://zetcode.com/gui/gtksharp/
http://www.mono-project.com/GtkSharp:_Widget_Layout_and_Packing

On 31 January 2014 12:23, FGG <fgg at fgg.nu> wrote:
> So, how can I get a normal Window instead of the (seems to bee) window for
> mobile apps?
>
> When I pick Gtk32.0-project any item I drop from the toolbox inherits the
> size of the screen itself.
>
>
>
> --
> View this message in context: http://mono.1490590.n4.nabble.com/GUI-Toolkit-for-mono-developer-tp4661820p4661824.html
> Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list



-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list