Commit Graph

16 Commits

Author SHA1 Message Date
TomSchimansky
a52599bf53 created DrawEngine, drawing CTkButton, CTkFrame, CTkEntry, CTkLabel, CTkCheckBox now with the DrawEngine 2022-02-24 00:19:40 +01:00
TomSchimansky
b3d43bff10 added font drawing to CTkCheckBox 2022-02-23 01:47:34 +01:00
TomSchimansky
9996e51c1a add font rendering to button, finished 2022-02-22 22:38:40 +01:00
Tom Schimansky
c9b9f1a8c3 added auto resizing for CTkFrame, CTkLabel and CTkEntry, improved text alignment of CTkEntry 2022-01-17 23:23:47 +01:00
Tom Schimansky
6eb0d92ddd added tkinter variables to all possible CTk widgets 2022-01-16 16:54:21 +01:00
Tom Schimansky
243bedb8c9 updated readme 2022-01-08 00:50:31 +01:00
Tom Schimansky
daf64a12b4 added different default color themes 2022-01-08 00:29:53 +01:00
Tom Schimansky
2fa7a519ea fixed numerous bg_color bugs, added complete_test.py for color testing, changed AppearanceModeTracker to non-threaded approach with tk.after() 2022-01-07 20:54:45 +01:00
Tom Schimansky
af73c9ad5f readme update for CTk class and bug fix for .destroy() for all widgets 2022-01-01 22:16:06 +01:00
Tom Schimansky
47f7c3189f improved CTkProgressBar rendering 2021-11-10 20:54:53 +01:00
Tom Schimansky
eb849991b4 improved button rendering with polygons instead of ovals and rects 2021-11-10 00:03:08 +01:00
Tom Schimansky
a6e8e52710 restructured color changing with configure methods 2021-11-06 22:06:27 +01:00
Tom Schimansky
ac0aa465d4 updated slider, label 2021-09-13 14:27:29 +02:00
Tom Schimansky
ccd1040329 added CTkCheckBox 2021-08-25 17:02:16 +02:00
Tom Schimansky
7f67c833fb Readme added gif 2021-03-14 15:45:02 +01:00
Tom Schimansky
d43a35e670 first main 2021-03-04 18:27:46 +01:00