Add ability to replace style
attribute
#2305
Labels
enhancement
New features, or improvements to existing features.
good first issue
Is this your first time contributing? This could be a good place to start!
What is the problem or limitation you are having?
I want to be able to change a widget's style, by passing another variable containing Pack() styling.
Right now, the style is not changed if I do, for example:
Even if I use label.refresh() afterwards.
Describe the solution you'd like
Be able to re-assign a style like so:
label.style = new_style
Describe alternatives you've considered
A method for updating properties, such as:
label.update("style", new_style)
Additional context
No response
The text was updated successfully, but these errors were encountered: