约 347,000 个结果
在新选项卡中打开链接
  1. Treeview — Tk tutorial 2020 documentation

    The first example creates a treeview, adds an item at position 0, and another item at position end. The id of the third item is assigned to a local variable in order to use it as a node for creating to sub-items.

  2. tkinterPython interface to Tcl/Tk — Python 3.14.3 documentation

    2026年3月25日 · The tkinter package (“Tk interface”) is the standard Python interface to the Tcl/Tk GUI toolkit. Both Tk and tkinter are available on most Unix platforms, including macOS, as well as on …

  3. Mon Python pas à pas - Tutoriel de tkinter.ttk.Treeview ( )

    La classe tkinter.ttk.Treeview ( ) n'est pas native du module tkinter, il faut donc commencer par importer le module d'extension tkinter.ttk pour pouvoir utiliser cette classe.

  4. TreeviewPython

    Treeview # ttk.Treview is a class that is used to display data in a hierarchical or tabular form. This page focuses on the properties of the tree view. See more detailed description on the official …

  5. 25.2. tkinter.ttk --- Tk のテーマ付きウィジェット — Python 3.6.15 ド …

    2025年2月10日 · tkinter.ttk モジュールは Tk 8.5 で導入された Tk のテーマ付きウィジェットへのアクセスを提供します。 Tk 8.5 が無い環境で Python がコンパイルされていた場合でも、 Tile がインス …

  6. Tkinter Tutorial

    Tkinter is pronounced as tea-kay-inter and serves as the Python interface to Tk, the GUI toolkit for Tcl/Tk. Tcl (pronounced as tickle) is a scripting language frequently used in testing, prototyping, and …

  7. tkinter Tutorial => Customize a treeview

    The result is a treeview with modified fonts on both the body and headings, no border and different colors for the rows: Note: To generate the above picture, you should add/change the aforementioned …

  8. Como exibir e gerenciar dados hierárquicos usando a Treeview no Python

    A Treeview é uma ferramenta poderosa para exibir dados hierárquicos visualmente, facilitando a compreensão intuitiva da estrutura dos dados. Neste artigo, abordaremos como implementar a …

  9. python - ttk.Treeview set cell background color based on cell value ...

    I would like to customize a ttk.Treeview such that the cell background color is set according to the value in of a cell. Here is my MWE with a Treeview as a table: try: import Tkinter as Tk ...

  10. tkinter - ttk.Treeview - GitHub Pages

    ttk.Treeview kennt die Standardoptionen: class_, cursor, padding, style, takefocus, xscrollcommand und yscrollcommand Das folgende Programm erzeugt eine Treeview mit drei Spalten: '#0' alias 'Hörspiel', …