mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
added orientation for CTkSLider, CTkProgressBar
This commit is contained in:
7
test/unit_tests/test_all.py
Normal file
7
test/unit_tests/test_all.py
Normal 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()
|
Reference in New Issue
Block a user