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

Commits on Aug 19, 2024

  1. Added value config in radiobutton

    Added codes to allow value changes via .configure for radiobutton widget.
    BhagyaJyoti22006 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    c0356dd View commit details
    Browse the repository at this point in the history
  2. Added font param for tabview

    Added option to determine the font of the buttons used in tabview widget
    BhagyaJyoti22006 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    7f13b75 View commit details
    Browse the repository at this point in the history
  3. Added master param for PhotoImage object in ctkimage

    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
    BhagyaJyoti22006 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    8f8a96e View commit details
    Browse the repository at this point in the history
  4. Get/Update font of button in tabview

    Added codes to allow user to .cget or .configure the font parameter of button used in tabview widget
    BhagyaJyoti22006 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    a4937c6 View commit details
    Browse the repository at this point in the history