On Thu, Oct 30, 2008 at 8:00 PM, Stimphy <[EMAIL PROTECTED]> wrote: > Ok, either I am a complete iot :teeth: or I am missing something really > obvious. I can not resize controls in the IDE when they are dropped on the > form. When I try to grab the edges and resize, the entire control moves. I > humbly ask for assistance.:confused:
GTK+ uses container-based layout, not position/size based. You nest containers to create the structure you want, and widgets resize automatically. -- Chris Howie http://www.chrishowie.com http://en.wikipedia.org/wiki/User:Crazycomputers _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
