notebook.get_tab_label_text(notebook.get_nth_page(notebook.get_current_page()))) or else just read the notebook docs
On 9/1/05, Frederico Arnoldi <[EMAIL PROTECTED]> wrote: > Hi People, > > How could I get the current tab label of a notebook? I can get tab labels > just like the following: > > for x in notebook.get_children(): > notebook.get_tab_label_text(x) > > But I just want the label of the current tab. Does anyone could help me? > Thanks > Fred > > > _______________________________________________ > pygtk mailing list [email protected] > http://www.daa.com.au/mailman/listinfo/pygtk > Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/ > -- Nikos Kouremenos | Jabber ID: [EMAIL PROTECTED] | http://members.hellug.gr/nkour _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
