Commit Graph

13 Commits

Author SHA1 Message Date
952259b215 Update ctk_button.py
fixed the display of text on the opposite (when hovering over it) button module. That is, when you hover over the button, if the colors are bright, then the text merges with the background, this behavior was added in the `_on_enter` and `_on_leave` functions, respectively
2022-12-08 16:45:05 +02:00
042fac7242 fix image type hints #795 2022-12-08 10:34:41 +01:00
3d86b5a14f fix widget bind if clause error 2022-12-06 19:25:00 +01:00
a564bc35ef fixed progressbar start stop speed increase #775, fixed transparent textbox #779, fixed binding for all widgets #250 #374 #380 #477 #480 2022-12-06 18:09:20 +01:00
2c7b2c5030 fixed radiobutton disabled command call bug #677, fixed key error for theme in scrollbar #711, removed bind_all and unbind_all from baseclass, added CTkCanvas and CTkBaseClass for top level import 2022-12-06 11:09:34 +01:00
ae0c5a3397 created image example 2022-11-30 21:31:40 +01:00
03249110f3 restructured imports from modules, created imports in __init__.py 2022-11-29 19:06:33 +01:00
01e64f38e8 changed theme file format 2022-11-27 02:48:09 +01:00
f18ac0c81a added .invoke() method to button #605 2022-11-11 00:32:52 +01:00
cbbc9efda3 changed transparent color value from None to "transparent", fixed type hints, added color type and value checking 2022-11-10 23:27:55 +01:00
cea48c3501 fixed some configure bugs #585 #584 #583 #580 #579 #578, added check_image method 2022-11-06 14:40:15 +01:00
7374e7a3bc architecture fixes 2022-11-01 00:37:30 +01:00
c2a5b4881e changeed driectory structure, moved scaling and appearance mode functionality to super classes 2022-10-29 13:11:55 +02:00