tkinter.scrolledtext.ScrolledText.vbar
  • References/Python/Python/Tk

ScrolledText.vbar The scroll bar widget.

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

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

2025-01-10 15:47:30
tkinter.tix.tixCommand.tix_getbitmap()
  • References/Python/Python/Tk

tixCommand.tix_getbitmap(name) Locates a bitmap file of the name name.xpm or name in one of the bitmap

2025-01-10 15:47:30
tkinter.tix.tixCommand.tix_addbitmapdir()
  • References/Python/Python/Tk

tixCommand.tix_addbitmapdir(directory) Tix maintains a list of directories under which the tix_getimage() and

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

selection_remove(items) Remove items from the selection.

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

tabs() Returns a list of windows managed by the notebook.

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

class tkinter.ttk.Notebook add(child, **kw) Adds a new tab to the notebook.

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

prev(item) Returns the identifier of item‘s previous sibling, or ‘’ if item is the first child of its parent

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

class tkinter.ttk.Widget identify(x, y) Returns the name of the element at position

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

set(value) Sets the value of the combobox to value.

2025-01-10 15:47:30