Python Forum
[Tkinter] ttk extension (Tutorial Series)
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tkinter] ttk extension (Tutorial Series)
#1
As an Add-on to my Tkinter Series, I recently came up with a ttk tutorial series.

ttk is a special extension of the Tkinter GUI library. ttk basically stands for Themed Tkinter, as it provides theming and styling support for Tkinter.

The ttk module comes bundled with 18 widgets, out of which 12 are already present in Tkinter. Importing ttk over-writes these widgets with new ones which are designed to have a better and more modern look across all platforms.

The 6 new widgets:

1. Notebook
2. Treeview
3. Separator
4. Sizegrip
5. Combobox
6. ProgressBar
Reply
#2
FYI: Although almost 10 years old, John Shipmens tkinter reference is still the most comprehensive guide available (that I know of).
Ypu can download a copy here: Tkinter 8.5 reference: a GUI for Python
There is a complete section of ttk.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [Basic] Sympy Tutorial Series Knight18 0 2,380 Mar-11-2022, 03:25 PM
Last Post: Knight18
  [WxPython] Widget Tutorial Series for wxPython Knight18 0 1,837 Nov-03-2021, 04:59 AM
Last Post: Knight18
Information [PyGame] RPG Tutorial Series Knight18 0 2,632 Dec-06-2020, 09:09 AM
Last Post: Knight18
  12 mini games python tutorial series ninedeadeyes 2 2,410 Feb-16-2020, 11:18 PM
Last Post: ninedeadeyes
  Complete Python 3 Tutorial Series KodeBlog 0 5,168 Sep-06-2019, 10:00 AM
Last Post: KodeBlog

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020