marco-sacchi / RLoader

DOS programs launcher with customizable lists, search and thumbnails display.
MIT License
24 stars 1 forks source link

Implement label control #19

Closed marco-sacchi closed 2 years ago

marco-sacchi commented 2 years ago

Implement non-interactive (and non-focusable) label control in TUI library, with support for both text and 2-bits graphics mode.

marco-sacchi commented 2 years ago

Consider adding a flag to handle transparency so that the label inherits the background color of the parent control.

marco-sacchi commented 2 years ago

To display a message in the message boxes #25, extend this control by implementing a second rendering mode that provides a rectangle within which to draw the text by automatically wrapping it.