A simple 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.1.tar.gz
(3.4 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.1.tar.gz.
File metadata
- Download URL: ttktooltip-1.1.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1953a7380ed1a56149da63741f85112bf65a73eadf12e6d43f4607f5e1616623
|
|
| MD5 |
7421b8b374bbec1e249984069de35a5e
|
|
| BLAKE2b-256 |
076c8915722ee44b44ca2a1f9932d5467ae5c83d20fa0c3c76318b39de4b4443
|
File details
Details for the file ttktooltip-1.1-py3-none-any.whl.
File metadata
- Download URL: ttktooltip-1.1-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 |
09786301dfb57a35bd8f8b26d680ed2a5bdbfc063ff5dc9d75bbb4b8bff4497a
|
|
| MD5 |
af826932b6d9c841c04fb15bd4f7181e
|
|
| BLAKE2b-256 |
b0b6f8f2ff01d821ee03120758bbe182cd7b4e38440b436a2ac5807ac56d845d
|