-
CTk window loses its themed title bar when you exit fullscreen
customtkinter: `5.0.3`
OS: `Windows 10`
**Steps To Reproduce**
1. Run the below code in a python file.
2. Press F11 to enter ful…
-
I understand there is an issue with UV not finding the TCL files.
However the 'quirks' document says "On Windows, explicitly setting TCL_LIBRARY is not required as the default install layout of th…
-
GUI application development is based on Tkinter and game is based on PyGame, did I get it right? Will PyMe support PyGame-ce?
-
I've been trying for an hour to set the height of the scrollable frame at 100px without any success, then by trying with higher values I discovered that it isn't possible to get a widget of this type …
-
**Normal TK :**
- Code :
```python
import tkinter as tk
root = tk.Tk()
root.geometry("250x150")
entry = tk.Entry(root, selectbackground="red")
entry.pack(pady=15)
root.mainloop()
```
-…
-
in original tkinter I can do this with this code here
default_font = tkinter.font.nametofont("TkDefaultFont")
default_font.configure(size=100)
How can I do a similar thing with ctkinter?
-
how can i set the font size, seems its not working
-
Dear All,
**Issue:**
The progress bar freezes when the user tries to move the window while the progress is being updated. Although the progress continues in the background (e.g., printed logs show…
-
To avoid json crashes and compile the program into one file, i putted necessary json into the .py file. And all worked nice, except font issue, which appeared unpredictable. I've already made some bui…
-
Hi,
I've noticed that you cannot change a name of currently opened tab of CTkTabview by rename function.
It responds with errors:
_
> Exception in Tkinter callback
> Traceback (most recent …