search for: logframe

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

Did you mean: logfname
2008 Nov 03
1
possible tcltk event loop problem
...on(...) tkyview(.messages, ...)) tkconfigure(.messages, xscrollcommand=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()...