simonkrauter / NiGui

Cross-platform desktop GUI toolkit written in Nim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`TextArea` - how to clear text area

Lucifer25x opened this issue · comments

How can I clear text area?

You can assign an empty string:

textArea.text = ""