ttkbootstrap
ttkbootstrap copied to clipboard
Some New Wedgets
The tooltip function of ttkbootstrap is very good, but I found some areas that can be improved. Reference link: https://pypi.org/project/tkinter-tooltip/ ttkbootsrap has a tracking tooltip,but what about a non-tracking tooltip?
There are more things that I want to add. https://github.com/Dogeek/tkinter-pp#textwithlinenumbers-widget https://github.com/Dogeek/tkinter-pp#closeablenotebook-widget https://github.com/Dogeek/tkinter-pp#popupmenu
The tooltip function of ttkbootstrap is very good, but I found some areas that can be improved. Reference link: https://pypi.org/project/tkinter-tooltip/ ttkbootsrap has a tracking tooltip,but what about a non-tracking tooltip?
Regarding the tooltip, in most cases it is used over a button. That way it would be better to create a button widget with a tooltip already associated. This would speed up the development of the programs.
The tooltip function of ttkbootstrap is very good, but I found some areas that can be improved. Reference link: https://pypi.org/project/tkinter-tooltip/ ttkbootsrap has a tracking tooltip,but what about a non-tracking tooltip?
I think it would be fairly straight-forward to add the following parameters xoffset:int
, yoffset:int
, tracking:bool
. This would enable optional tracking and would also allow you to set the position of the tooltip relative to the top left corner of the widget.