- Horizontal Scrollable Tabs For Tkinter's Notebook Widget
TODOS
- Support for ttkthemes.
- All Tkinter's Notebook attributes will be inherited.
- Bugs will be fixed.
Installation
-
Just download ScrollableNotebook.py and import it:
from ScrollableNotebook import *
Improvements
- Many bugs in functions fixed.
Mouse Wheel Scrolling:
ScrollableNotebook(root,wheelscroll=True)
if true, tabs can be scrolled with the mouse wheel. Defaults to False.
Tab List Menu:
ScrollableNotebook(root,tabmenu=True)
if true, a menu button will be added showing the entire tab list. Defaults to False.
Screenshot:
@pedroluisneves @Moosems