On Mon, Nov 17, 2008 at 10:59 AM, <z.pekar@xxxxxxxxx> wrote: > Hi, > I have problems packing widgets into a table using sizeGroup. Here I > try to pack 2 gtkRulers around a scrolled window, so that rulers cover > only scrolled window's container and not the scrollbars (like in > gimp), I try to achieve this by putting rulers in the same sizeGroup > with scrolled window's container. But it doesn't seem to work - > instead rulers "cover" also the scrollbars :( what do I do wrong? Size groups group widgets together so that they all request the same size, they cannot break the rules of container packing positions. I didnt look at your ui code, but you need your scroll bars to be in different table columns than your rulers and scrolled windows. Cheers, -Tristan _______________________________________________ gtk-list mailing list gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list