Skip to content

Document breaking changes #6

Description

@ajkessel

My code was accessing ThemeManager.theme in customtkinter. I realize this was nonstandard but was allowed/supported by customtkinter. When dropping in custom2kinter, it exposes an AttributeError. I suggest you collect "breaking changes" like this as much as possible so users who want to make the switch can identify necessary changes, i.e. anything that would prevent custom2kinter from being a drop-in replacement.

I'll keep updating this issue as I find them:

  • _textbox has become _text. Although _textbox was an internal method, I suspect a large class of users was accessing that internal method because CTkTextbox didn't (and still doesn't) expose tag_configure, tag_bind, tag_names, etc. as first-class methods.
  • CTkProgressBar - no longer supports width only length
  • font=None - no longer supported in CTkLabel

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions