TomSchimansky / CustomTkinter

A modern and customizable python UI-library based on Tkinter
MIT License
10.8k stars 1.03k forks source link

I can't add widgets to CTkTabview's Tab buttons #2363

Open VillainousSsnake opened 2 months ago

VillainousSsnake commented 2 months ago

I am trying to add little "x" buttons to each tab so that when clicked the tab will delete, but I don't know how to get the tab buttons to place the button widget in. Does anybody know how I would go about doing this?