hyb
2026-01-07 c7f60dc7e9a36596f0e0d1787bd0cca4e9b57bcb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Ë
\ñúhãó$—dZddlmZed«Zy)aû
Hook for use with the ttkwidgets package
 
ttkwidgets provides a set of cross-platform widgets for Tkinter/ttk,
some of which depend on image files in order to function properly.
 
These images files are all provided in the `ttkwidgets/assets` folder,
which has to be copied by PyInstaller.
 
This hook has been tested on Ubuntu 18.04 (Python 3.6.8 venv) and
Windows 7 (Python 3.5.4 system-wide).
 
>>> import tkinter as tk
>>> from ttkwidgets import CheckboxTreeview
>>>
>>> window = tk.Tk()
>>> tree = CheckboxTreeview(window)
>>> tree.insert("", tk.END, "test", text="Hello World!")
>>> tree.insert("test", tk.END, "test2", text="Hello World again!")
>>> tree.insert("test", tk.END, "test3", text="Hello World again again!")
>>> tree.pack()
>>> window.mainloop()
é)Úcollect_data_filesÚ
ttkwidgetsN)Ú__doc__ÚPyInstaller.utils.hooksrÚdatas©óúfH:\Change_password\venv_build\Lib\site-packages\_pyinstaller_hooks_contrib/stdhooks/hook-ttkwidgets.pyú<module>r sðñõ07á˜<Ó(r