TomSchimansky / CustomTkinter

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

Simple but required additions (no mixed/conflicting changes) #2545

Open BhagyaJyoti22006 opened 1 month ago

BhagyaJyoti22006 commented 1 month ago
  1. Added codes to allow changing value for radiobutton via .configure
  2. Added codes to define font for the buttons used in tabview widget
  3. Added master parameter for PhotoImage object in ctkimage to fix garbage collection error
  4. Added codes to get and modify the font of button used in tabview widget

I have ensured that there are no short cuts made in these changes. I think Tom would have also achieved these things like I have done. Unless I missed something over my head.

Anonymous6598 commented 1 month ago

This should work.