search for: outputxscrol

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

Did you mean: outputxscroll
2008 Nov 03
1
possible tcltk event loop problem
...commander) putRcmdr("outputWindow", tktext(outputFrame, bg="white", foreground=getRcmdr("output.text.color"), font=getRcmdr("logFont"), height=output.height, width=log.width, wrap="none", undo=TRUE)) .output <- OutputWindow() outputXscroll <- ttkscrollbar(outputFrame, orient="horizontal", command=function(...) tkxview(.output, ...)) outputYscroll <- ttkscrollbar(outputFrame, command=function(...) tkyview(.output, ...)) tkconfigure(.output, xscrollcommand=function(...) tkset(outputXscroll, ...)...