Displaying 1 result from an estimated 1 matches for "logwindow".
Did you mean:
lagwindow
2008 Nov 03
1
possible tcltk event loop problem
...scrollcommand=function(...)
tkset(messagesXscroll, ...))
tkconfigure(.messages, yscrollcommand=function(...)
tkset(messagesYscroll, ...))
For the script window (note that "log" is a hold-over from earlier
terminology):
logFrame <- tkframe(CommanderWindow())
putRcmdr("logWindow", tktext(logFrame, bg="white",
foreground=getRcmdr("log.text.color"),
font=getRcmdr("logFont"), height=log.height, width=log.width,
wrap="none", undo=TRUE))
.log <- LogWindow()
logXscroll <- ttkscrollbar(logFrame, orient="horiz...