CustomTkinter icon indicating copy to clipboard operation
CustomTkinter copied to clipboard

Stacking frame and transparency

Open Cromwell1963 opened this issue 2 years ago • 2 comments

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

Cromwell1963 avatar Nov 03 '22 16:11 Cromwell1963

If you set fg_color=None for the frame, it will have the same color as the frame/window it is placed on.

TomSchimansky avatar Nov 06 '22 12:11 TomSchimansky

Excellent, thank you

Cromwell1963 avatar Nov 09 '22 06:11 Cromwell1963

Now its fg_color="transparent".

TomSchimansky avatar Dec 06 '22 18:12 TomSchimansky

fg_color="transparent"

CTkFrame docstring need to be updated with that :)

m-schwob avatar Jan 20 '23 15:01 m-schwob