CustomTkinter
CustomTkinter copied to clipboard
Stacking frame and transparency
Hi, I have been using a number of frames with frames. When I set the colour, the frame is not displayed quite as expected. I wonder if there is some transparency added to the frame. If so how can I control it. Many thanks
If you set fg_color=None for the frame, it will have the same color as the frame/window it is placed on.
Excellent, thank you
Now its fg_color="transparent"
.
fg_color="transparent"
CTkFrame docstring need to be updated with that :)