added orientation for CTkSLider, CTkProgressBar

This commit is contained in:
Tom Schimansky
2022-05-16 16:51:19 +02:00
parent a688d07b2a
commit b21c3fa19a
45 changed files with 458 additions and 63 deletions

View File

@ -0,0 +1,7 @@
from test_ctk import TestCTk
from test_ctk_toplevel import TestCTkToplevel
from test_ctk_button import TestCTkButton
TestCTk().main()
TestCTkToplevel().main()
TestCTkButton().main()