[EMAIL PROTECTED] wrote:
> 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.
>
> Any ideas?
>
> -- Brian
>
How aboutmynotebook.index.current() ? -- Kevin Walzer Code by Kevin http://www.codebykevin.com -- http://mail.python.org/mailman/listinfo/python-list
