ObaraEmmanuel / Formation

Tools for building gorgeous graphical user interfaces in tkinter
MIT License
267 stars 22 forks source link

Added Hyperlink widget #2

Closed Shiloli-r closed 3 years ago

Shiloli-r commented 3 years ago

Will update more soon

Shiloli-r commented 3 years ago

Probably also bind to to allow keyboard only use. I'll admit i had not thought anything about the keyboard only use. Will add bindings for that

Shiloli-r commented 3 years ago

Is there a way you could create this font just once and then reuse instead of creating a new font object every time it is hovered. Creates unnecessary overhead. Same applies for the _no_underline method

Makes sense. will work on that

Shiloli-r commented 3 years ago

I would have asked you to override the configure method but that shit is too messed up and needs that I writeup some standardized way of doing it. Otherwise it will result in shoddy code everywhere.

Maybe we'll organize a meet or something for more explanation on your exact plans for this configure method?