最終更新:2020-05-09 (土) 04:56:30 (1451d)  

ttk
Top / ttk

tkinter.ttk --- Tk のテーマ付きウィジェット

https://docs.python.org/ja/3/library/tkinter.ttk.html

from tkinter import ttk

メモ

  • Ttk comes with 18 widgets, twelve of which already existed in tkinter

既存

  • ttk.Button?
  • ttk.Checkbutton?
  • ttk.Entry?
  • ttk.Frame?
  • ttk.Label?
  • ttk.LabelFrame?
  • ttk.Menubutton?
  • ttk.PanedWindow?
  • ttk.Radiobutton?
  • ttk.Scale?
  • ttk.Scrollbar?
  • ttk.Spinbox?

追加

  • ttk.Combobox?
  • ttk.Notebook?
  • ttk.Progressbar?
  • ttk.Separator?
  • ttk.Sizegrip?
  • Treeview?

基底

  • ttk.Widget?