Putting on the Style!#
Basics#
Software requirements, main differences between the original tkinter and ttk (themed tkinter), how a ttk widget is made up, lastly a summary of the ttk commands.
Simple Style Changes#
Use tkinter commands to make simple style changes to button, orientated widgets, widgets with an auxiliary part and finally some more examples with the Style class.
Contents:
Style with State#
The state of widgets can be altered directly by the program or by the user's actions. Show the user something has changed.
Images First Steps#
How to import images onto widgets
Images more Advanced#
Working with images to customise your widgets.
Roll Your Own#
How to make a theme that either works in parallel with ttktheme (separately imported and using Tk/Tcl) or a standalone theme purely in Python.
Blue Sky Thinking#
First attempts at a standalone theme.
Down to Earth#
Sorting out some of the problems.
Replicating the Widgets#
Use some of the ttkthemes to see how well we can duplicate the images.
Lime Theme#
Create your own theme using tools to standardise the overall appearance.
Contents: