graphics question: how to get the text of a TextEdit widget

Terrence M. Brannon (brannon@jove.cs.caltech.edu)
Mon, 20 Jul 92 09:46:53 PDT

I was able to create a TextEdit widget and put text in it by:

t = TextEdit.TextEdit().createboxed(group, (3,1),(2,2))
t.settext('howdy ho')

but t.text yields no string

any ideas why ?

--
terrence brannon
brannon@jove.cs.caltech.edu