[pygtk] Notebook Pages Not Populating
Andrew Rowland
weibullguy at gmail.com
Tue Jun 28 22:11:31 WST 2011
On 06/28/2011 09:51 AM, Dieter Verfaillie wrote:
> Quoting "Andrew Rowland" <weibullguy at charter.net>:
>> # 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
More information about the pygtk
mailing list