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.Notebook.identify()
  • References/Python/Python/Tk

identify(x, y) Returns the name of the tab element at position x, y, or the empty string if none.

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.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.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.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.scrolledtext.ScrolledText.vbar
  • References/Python/Python/Tk

ScrolledText.vbar The scroll bar widget.

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

tixCommand.tix_configure(cnf=None, **kw) Query or modify the configuration options of the Tix application context. If no option

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

class tkinter.tix.tixCommand The

2025-01-10 15:47:30