Skip to content

name argument for widgets. #419

@jericjan

Description

@jericjan

In tkinter, you can give widgets names with the name argument. I noticed that I cannot do that with CustomTkinter. I mainly use it to find the widgets again with nametowidget() and then change their text. I've changed my code to use StringVars instead which was, in hindsight, what I should have done in the first place. So my problem is fixed but I'd still need the name argument still if, for example, I want to pack_forget() a widget through nametowidget().

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions