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

Fixed known issues and added a new feature. #10

Merged
merged 2 commits into from
May 24, 2024
Merged

Fixed known issues and added a new feature. #10

merged 2 commits into from
May 24, 2024

Conversation

Thisal-D
Copy link
Owner

  • Fix known issues.

  • Add new method to CTkLine and CTkLine for destroying widgets.

    • Method: destroy
      • *args: 0
      • **kwargs: 0

    Usage example:

    import ctkchart
    
    chart = ctkchart.CTkLineChart(**kwargs)
    chart.destroy()
    
    line = ctkchart.CTkLine(**kwargs)
    line.destroy()

Thisal-D added 2 commits May 25, 2024 01:57
- Fix known issues.
- Add new method to CTkLine and CTkLine for destroying widgets.

    - Method: destroy
      - *args: 0
      - **kwargs: 0

    Usage example:
    ```Python
    import ctkchart

    chart = ctkchart.CTkLineChart(**kwargs)
    chart.destroy()

    line = ctkchart.CTkLine(**kwargs)
    line.destroy()
Copy link
Owner Author

@Thisal-D Thisal-D left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

v2.1.3

@Thisal-D Thisal-D merged commit 14a1321 into main May 24, 2024
3 checks passed
@Thisal-D Thisal-D deleted the v2.1.3 branch May 25, 2024 04:02
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.

1 participant