I have a gtk.Table inside a scrolled window. I have many rows and columns in the Table. Each cell in the table contains a widget (typically a button, but not necessarily.) Some of the cells on the edges of the table are headers. They should always be visible even when the user scrolls in the middle of the Table.
How can I achieve that? If this cannot be done with gtk.Table, can you please suggest another widget that can do the job for me? (If the cells cannot hold Widgets but can receive events then it may be a good solution...) Number of cells can be anything from 10 to 10 000. Thanks, Laszlo _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
