ttk (very BETA)

appJar includes experimental support for ttk, a tk themed widget set.

Setup


Command Line Arguments


It's possible to switch on ttk theming from the command line.
Simply use the --ttk flag, with an optional theme name:

python3 themes.py --ttk  # turn on ttk widgets

Turn on ttk widgets and set a theme:

python3 themes.py --ttk aqua # turn on ttk with the aqua theme