Popular recipes tagged "sunjay"http://code.activestate.com/recipes/tags/sunjay/popular/2010-06-15T01:50:58-07:00ActiveState Code RecipesPython Tkinter Tabs (Python)
2010-06-15T01:50:58-07:00Sunjay Varmahttp://code.activestate.com/recipes/users/4174115/http://code.activestate.com/recipes/577261-python-tkinter-tabs/
<p style="color: grey">
Python
recipe 577261
by <a href="/recipes/users/4174115/">Sunjay Varma</a>
(<a href="/recipes/tags/python/">python</a>, <a href="/recipes/tags/sunjay/">sunjay</a>, <a href="/recipes/tags/tabs/">tabs</a>, <a href="/recipes/tags/tkinter/">tkinter</a>, <a href="/recipes/tags/varma/">varma</a>).
Revision 4.
</p>
<p>This tabbed interface is very useful for Tkinter users. I am sure there is a better way to do it, but I did the best I could.</p>
<p>Please enjoy this tabbed interface by SunjayVarma - <a href="http://www.sunjay-varma.com" rel="nofollow">www.sunjay-varma.com</a></p>
<p>UPDATES:
Fixed the index issues. Made it easier to use.</p>