mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
added CTk class which overrides tkinter.Tk for automatic background color changes
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
__version__ = "1.4"
|
||||
__version__ = "1.5"
|
||||
|
||||
from .customtkinter_button import CTkButton
|
||||
from .customtkinter_slider import CTkSlider
|
||||
@ -8,6 +8,7 @@ from .customtkinter_label import CTkLabel
|
||||
from .customtkinter_entry import CTkEntry
|
||||
from .customtkinter_dialog import CTkDialog
|
||||
from .customtkinter_checkbox import CTkCheckBox
|
||||
from .customtkinter_tk import CTk
|
||||
|
||||
from .appearance_mode_tracker import AppearanceModeTracker, SystemAppearanceModeListenerNoThread
|
||||
from .customtkinter_color_manager import CTkColorManager
|
||||
|
Reference in New Issue
Block a user