CustomTkinter
CustomTkinter copied to clipboard
A modern and customizable python UI-library based on Tkinter
#351 #317 - Implemented Active State Color for Buttons - Change code from using `is Not` to `!=` Hope this helps.
When being used to hide the main window, the main window doesn't become hidden. Although, later when used through a function on a top level window, it disappears as it...
I am tried out the various examples and seem to consistently get distorted borders as shown below. It almost appears as if it isn't filing out the buttons properly. However,...
``` import customtkinter customtkinter.set_appearance_mode("System") # Modes: system (default), light, dark customtkinter.set_default_color_theme("blue") # Themes: blue (default), dark-blue, green app = customtkinter.CTk() # create CTk window like you do with the Tk...
Trying to toggle between CTkTextbox being normal and disabled. CTkTextbox.config does not recognise the "state" argument: 
Hello there! I would like to propose the addition of the active state background color for buttons. #### How to implement the feature: This can be achieved by adding a...
Hello, I using CTk widgets but they don't bind with other CTK widgets. One example is that I tired to bind with CTKFrame but it didn't work and when I...
I've encounterd this problem a few times where I will have a button to run a function and I will put the button state back to being disabled after the...
Issue: Cannot set state argument with CTkTextbox.config() / CTkTextbox.configure() There is currently no way to change the state of the widget. This change (lines 157-158) allows this via the textbox.configure...
I have received this error over and over again. I would like to know how it is possible to solve this error. ``` Exception in Tkinter callback Traceback (most recent...