Skip to content

muhammeteminturgut/ttkScrollableNotebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ttkScrollableNotebook

  • 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:

N|Solid

Thanks

@pedroluisneves @Moosems

License

N|Solid

About

Horizontal Scrollable Tabs For Tkinter's Notebook Widget

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages