tkinter後來又推出了加強版的 ttk 模組來美化元件的外觀, 這 ttk 意思是 Themed Tkinter, 亦即主題化版本, 參考 :
# https://docs.python.org/2/library/ttk.html
# https://docs.python.org/2/library/ttk.html
24.2. ttk — Tk themed widgets
此 ttk 模組包含了 17 種元件, 其中的 11 種是 Tkinter 原本已經有的 :
1.
Label
2.
Button
3.
Radiobutton
4.
Checkbutton
5.
Entry
6.
Frame
7.
Labelframe
8.
Menubutton
9.
Scale
10.
Scrollbar
11.
Panedwindow
另外 6 個是 ttk 推出的新元件 :
1.
Combobox
2.
Notebook
3.
Progressbar
4.
Separator
5.
Sizegrip
6.
Treeview
Ttk 的使用方法與 Tkinter 完全一樣, 使用前須先匯入此模組 :
from tkinter import ttk
或
from tkinter.ttk import *
沒有留言:
張貼留言