tkinter.ttk.Widget.instate()
  • References/Python/Python/Tk

instate(statespec, callback=None, *args, **kw) Test the widget’s state. If a callback is not specified, returns True

2025-01-10 15:47:30
tkinter.tix.FileEntry
  • References/Python/Python/Tk

class tkinter.tix.FileEntry The

2025-01-10 15:47:30
tkinter.ttk.Style.theme_create()
  • References/Python/Python/Tk

theme_create(themename, parent=None, settings=None) Create a new theme. It is an error if themename

2025-01-10 15:47:30
tkinter.ttk.Treeview.detach()
  • References/Python/Python/Tk

detach(*items) Unlinks all of the specified items from the tree. The items and all

2025-01-10 15:47:30
tkinter.ttk.Notebook.forget()
  • References/Python/Python/Tk

forget(tab_id) Removes the tab specified by tab_id, unmaps and unmanages the associated window.

2025-01-10 15:47:30
tkinter.ttk.Widget.state()
  • References/Python/Python/Tk

state(statespec=None) Modify or inquire widget state. If statespec is specified, sets the widget state according to

2025-01-10 15:47:30
tkinter.ttk.Style.theme_names()
  • References/Python/Python/Tk

theme_names() Returns a list of all known themes.

2025-01-10 15:47:30
tkinter.ttk.Style.theme_settings()
  • References/Python/Python/Tk

theme_settings(themename, settings) Temporarily sets the current theme to themename, apply specified settings

2025-01-10 15:47:30
tkinter.ttk.Treeview.xview()
  • References/Python/Python/Tk

xview(*args) Query or modify horizontal position of the treeview.

2025-01-10 15:47:30
tkinter.ttk.Treeview.selection()
  • References/Python/Python/Tk

selection(selop=None, items=None) If selop is not specified, returns selected items. Otherwise, it will act according

2025-01-10 15:47:30