-Q2.F.4- pack a text widget so that it can be resized interactively?
From: -II- Tk Questions and Answers - How can I:
A2.F.4. From Spencer W. Thomas <spencer@med.umich.edu> we find that we need to:
wm minsize . 0 0
text .text
pack append . .text {fill expand}
Parent document is top of "FAQ: comp.lang.tcl Tk Toolkit Usage Questions And Answers (1/1)"
Previous document is "-Q2.F.3- create a scrollable window of buttons?"
Next document is "-Q2.F.5- create a widget with an upper case name?"