Displaying 1 result from an estimated 1 matches for "strach".
Did you mean:
strace
2002 Apr 22
2
Quit R by pressing button (tcltk) (PR#1475)
Full_Name: Joachim H. Strach
Version: 1.3.1
OS: Windows 98 Second Edition
Submission from: (NULL) (132.230.131.220)
I am using the tcltk package.
Error-example:
----
library(tcltk)
top<-tktoplevel()
but<-tkbutton(top,text="Quit",command=function() {q(save="no")} )
tkpack(but)
----
then press...