ttkbootstrap icon indicating copy to clipboard operation
ttkbootstrap copied to clipboard

Some New Wedgets

Open NewbieXvwu opened this issue 3 years ago • 3 comments

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?

NewbieXvwu avatar Jan 23 '22 06:01 NewbieXvwu

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

NewbieXvwu avatar Jan 23 '22 06:01 NewbieXvwu

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.

antrrax avatar Jan 23 '22 12:01 antrrax

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.

israel-dryer avatar Jan 24 '22 14:01 israel-dryer