TextArea


Similar to an Entry, but allows you to type text over multiple lines.

TextArea

from appJar import gui

app=gui()
app.addTextArea("t1")
app.go()

Add TextAreas

ScrolledTextArea

Set TextAreas

Get TextAreas