[Python] Design & build airplanes from your specifications.
1
from tkinter import ttk # Normal Tkinter.* widgets are not themed!
2
from ttkthemes import ThemedTk
3
4
window = (theme="equilux")
5
frame1 = ttk.()
6
but1 = ttk.(,text="Quit",command=.).()
7
frame2 = ttk.()
8
but2 = ttk.(,text="Quit",command=.).()
9
but3 = ttk.(,text="Quit",command=.).()
10
frame1.()
11
frame2.()
12
window.()
13