> > How can I determine what tab is currently selected in a Tile.Notebook
> > widget?
>
> > The best suggestion I've been able to find via Google is
> > "mynotebook.index('current')", but that gets an exception from Tcl.
>
> How about
>
> mynotebook.index.current()

No good:  AttributeError: 'function' object has no attribute 'current'

I tried "mynotebook.index().current()", too, but get a different
error.

-- Brian

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to