search for: resultkmean

Displaying 1 result from an estimated 1 matches for "resultkmean".

2009 Oct 12
0
tktext-window smaller than text
....)) tkconfigure(txt, xscrollcommand = function(...) tkset(scrergHor, ...)) tkgrid(txt, column=0, row=0, sticky="nwse") tkgrid(scrergVert, column=1, row=0, sticky="ns") tkgrid(scrergHor, column=0, row=1, sticky="we") tkinsert(txt, "0.0", paste(capture.output(resultKmean), collapse="\n")) Trying the upper code would wrap the lines that are contain more than 100 characters. How can I keep the size of the window, but make the text scrollable? Thanks in advance, -- Anne Skoeries