On Fri, 28 Jan 2005 00:10:14 +0530, Saurabh Wagh <[EMAIL PROTECTED]> wrote: > [...] > eg. in notebook, i have many tabs , one of which is say... view > inside which, there are few more-- say.. meta type, object type and > object - each of which is a seperate page of notebook. I have a > sub-menu item called object in view menu item, selecting which, the > object notebook page inside the view must be activated... how do i > write a callback for that ?
Maybe I didn't understood, you want to use the method: gtk.Notebook.set_current_page http://www.pygtk.org/pygtk2reference/class-gtknotebook.html#method-gtknotebook--set-current-page > > Help would be appreciated Hope it helps cheers gmt _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
