bczsalba / pytermgui

Python TUI framework with mouse support, modular widget system, customizable and rapid terminal markup language and more!
https://ptg.bczsalba.com
MIT License
2.23k stars 54 forks source link

[REQUEST] Window panel row #12

Closed bczsalba closed 2 years ago

bczsalba commented 2 years ago

Describe the solution you'd like Add some sort of customizable window panel widget which allows binding actions to panel buttons, like X to close.

Describe alternatives you've considered Doing it manually: looks out of place and is pretty irregular between projects.

Is this feature present in other TUI products? Not really, as they don't focus on floating windows. However winman has this.

Additional context This could be a new widget class, with its own button styling.

bczsalba commented 2 years ago

4 has suggestions on the default button characters.

bczsalba commented 2 years ago

Merged into #4