self.notebook.connect('switch-page', self.on_notebook_switch)
def on_notebook_switch(self, notebook, page_ptr, page_num, data=None):
page = self.notebook.get_nth_page(page_num)_______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
