Hi! My wish is to have several drawing area widgets packed in a table like alignment so that the widgets are flowing from left to right and top down. I would also like to have the table change its shape when the scrolled window holding the table is resized. Number of columns would be adjusted so that the width of the table fits the width of scrollwindow view area. The srolling would then need to be vertical only.
example ___ ___ ___ | 1 | 2 | 3 | ���|___|���___|___| | 4 | 5 | |���___|___| ___ ___ | 1 | 2 | ��|___|�___| | 3 | 4 | |���___|___| | 5 | |___| It is unclear to me what happens to widget attachments when resize method of a GtkTable is called. Do I have to remove and repack the child widgets with new attacment postitions? Or would it make more sense to use GtkLayout and handle packing somehow with python code? The number of drawing area widgets might be large (>100). Any help is appreciated, Antti Korvenoja _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
