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 Button a .text attribute #301

Closed dwhall closed 3 years ago

dwhall commented 3 years ago

Issues fixed by this PR

300

What does this implement/fix?

A feature request to give Button objects a .text attribute

Any other comments?

In the implementation, I created a shadow copy of the text so that retrieving the .text didn't include the chevrons.

coveralls commented 3 years ago

Coverage Status

Coverage increased (+0.003%) to 97.161% when pulling ba7e7917cea8ef070e91c90d0aca849beb67c5a0 on dwhall:dwhBtnTxt into 178d1a9d714bf05e2ce81ed0d84f5330dbb4bb93 on peterbrittain:master.