A tooltip widget for Tkinter
Project description
ttktooltip
A tooltip widget for Tkinter
Usage
ToolTip(myicon, "Click here.")
Description
# Create a tkinter object
self.myicon = tkinter.Label(self.root, image=None, cursor="hand2")
# Pass the object with your text.
ToolTip(self.myicon, "Click here.")
# Hover the mouse to display the text.
Show or destroy the tooltip explicitly.
mytooltip = ToolTip(self.myicon, "Click here.")
mytooltip.show()
mytooltip.hide()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ttktooltip-1.0.tar.gz
(3.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ttktooltip-1.0.tar.gz.
File metadata
- Download URL: ttktooltip-1.0.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
47587930eb36cc1d12971a5615c757aaf57249e756e70cf7cfed94ea3e41ce0d
|
|
| MD5 |
54fd8cf916e654b4d769a059ab3e3127
|
|
| BLAKE2b-256 |
929755b5d3825ac06fa37d8ba71d8e4489dc206b6874abbbb7d793e219ac4fd3
|
File details
Details for the file ttktooltip-1.0-py3-none-any.whl.
File metadata
- Download URL: ttktooltip-1.0-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
01a88771d18ee9ed15873363a5784acad6f509d8f6687287a620cf9a456fd45c
|
|
| MD5 |
0baca2861e579068ce34cec6218f8801
|
|
| BLAKE2b-256 |
711a9547da52f21f1fc6c2a404c9329dc997cf43d905b4326a897c168d1d57e8
|