On 06/28/2011 09:51 AM, Dieter Verfaillie wrote: > Quoting "Andrew Rowland" <[email protected]>: >> # Show the calculation results page. >> page = self.notebook.get_nth_page(3) >> page.show() > > Are the child widget of that page visible themselves? > If not, you could try with page.show_all() > > mvg, > Dieter Thanks for the quick response!
I changed everything from page.show() to page.show_all(). No change in behavior. Andrew _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
