andlabs / ui

Platform-native GUI library for Go.
Other
8.33k stars 651 forks source link

Scrollable label #292

Open tkachenkom opened 6 years ago

tkachenkom commented 6 years ago

I have window with label which should show incoming strings, i marked it stretchy:true, when appended to box, but i know what that not right. So, I need scrollable label or something like this, could you tell me, which function responsible for that?

At the same time, how i got, the window doesn't redraw or rewrite label in real time? When the messages(strings) is coming?

andlabs commented 6 years ago

You don't want a label, you want a read-only multiline entry. Watch #277

tkachenkom commented 6 years ago

Thanks. And one more question, is there vertical separator or any analogue of it?

andlabs commented 6 years ago

Also see #277