Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

BhagyaJyoti22006
Copy link

@BhagyaJyoti22006 BhagyaJyoti22006 commented Aug 19, 2024

  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.

Added codes to allow value changes via .configure for radiobutton widget.
Added option to determine the font of the buttons used in tabview widget
This solves garbage collection problem. Especially the error:
self.tk.call(_flatten((self._w, cmd)) + self._options(cnf))
_tkinter.TclError: image "pyimage2" doesn't exist
Added codes to allow user to .cget or .configure the font parameter of button used in tabview widget
@Anonymous6598
Copy link

This should work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants