peterbrittain / asciimatics

A cross platform package to do curses-like operations, plus higher level APIs and widgets to create text UIs and ASCII art animations
Apache License 2.0
3.62k stars 237 forks source link

Give Label constructor a name attribute #303

Closed dwhall closed 3 years ago

dwhall commented 3 years ago

Is your feature request related to a problem? Please describe. I'd like Label objects to have a name attribute like other widgets.

Describe the solution you'd like Add a name argument to Label constructor so it can be passed to Widget constructor.

Additional context Pull request forthcoming.