geom3trik / tuix

Cross-platform GUI toolkit written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiline labels or text views

WeirdConstructor opened this issue · comments

I need some way to display simple multiline text. Preferably automatically wrapped,
but for starters requiring some pre-wrapping with "\n" would be fine too.

Use case here is: panels with help text, error popups with an error message, tooltips, a credits page to display the license and contributors in my HexoSynth project...