Displaying 1 result from an estimated 1 matches for "outputyscrol".
Did you mean:
outputyscroll
2008 Nov 03
1
possible tcltk event loop problem
...or"),
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,
...))
tkconfigure(.output, yscrollcommand=function(...) tkset(outputYscroll,
...))
Note that the functions MessagesWindow(), LogWindo...