tkinter.ttk.Notebook.select()
  • References/Python/Python/Tk

select(tab_id=None) Selects the specified tab_id. The associated child window will

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

reattach(item, parent, index) An alias for Treeview.move().

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

class tkinter.tix.DirSelectBox The DirSelectBox is similar to the standard Motif(TM) directory-selection box. It

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

class tkinter.tix.HList The

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

element_create(elementname, etype, *args, **kw) Create a new element in the current theme, of the given etype which

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

theme_use(themename=None) If themename is not given, returns the theme in use. Otherwise, sets the current theme to

2025-01-10 15:47:30
Other Graphical User Interface Packages
  • References/Python/Python/Tk

Major cross-platform (Windows, Mac OS X, Unix-like) GUI toolkits are available for Python: See

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

class tkinter.tix.TList The

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

heading(column, option=None, **kw) Query or modify the heading options for the specified column. If

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

class tkinter.tix.PopupMenu The

2025-01-10 15:47:30