andlabs / ui

Platform-native GUI library for Go.
Other
8.34k stars 648 forks source link

Example for multi line #233

Closed rogierlommers closed 6 years ago

rogierlommers commented 7 years ago

I'm having a hard time finding examples for multi line text. So ideally I would have one element, a textarea, where I can send text to (from other go routines, packages, etc). These pieces of text should be added to the textarea. Also some auto-scrolling? :) Would love an example like this, because I can't figure it out myself.

centifocus commented 7 years ago

https://github.com/ProtonMail/ui/blob/patches/multilineentry.go

andlabs commented 6 years ago

Merged with andlabs/libui#317.