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 26 27 28 29 30 31 32 33 34 35 36 37
|
Source: python-tktooltip
Section: python
Priority: optional
Maintainer: Georges Khaznadar <georgesk@debian.org>
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
pybuild-plugin-pyproject,
python3-tk,
python3-setuptools,
Standards-Version: 4.6.2
Homepage: https://github.com/gnikit/tkinter-tooltip
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-tktooltip
Vcs-Git: https://salsa.debian.org/python-team/packages/python-tktooltip.git
Package: python3-tktooltip
Architecture: any
Multi-Arch: foreign
Depends:
${python3:Depends},
python3-tk,
${misc:Depends},
Description: simple yet fully customisable tooltip/pop-up implementation
Tktooltip is a simple yet fully customisable tooltip/pop-up
implementation for tkinter widgets. It is capable of fully
integrating with custom tkinter themes both light and dark ones.
.
Features
--------
.
- normal tooltips
- show tooltip with s seconds delay
- tooltip tracks mouse cursor
- tooltip displays strings and string returning functions
- fully customisable, tooltip inherits underlying theme style
|