On Thu, 2008-05-22 at 01:42 -0700, John Finlay wrote: > [EMAIL PROTECTED] wrote: > > Hi! > > > > I have a table with 4 cells. A scrolledwindow attached to the top-left and > > custom > > scrollbars top-right and bottom-left. On resizing, the left (vertical) > > scrollbar should > > retain its width. The bottom (horizontal) scrollbar should retain its > > height.
> table.attach(scroller_v, 1, 2, 0, 1, xoptions=0) > table.attach(scroller_h, 0, 1, 1, 2, yoptions=0) Perfect, thanks! (works without setting homogeneous and without setting FILL and Expand for the scrolledwindow) -- Thorsten Wilms thorwil's design for free software: http://thorwil.wordpress.com/ _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
