The R Project SVN R

Rev

Rev 59039 | Rev 67599 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 59039 Rev 61433
Line 25... Line 25...
25
\value{
25
\value{
26
The value of the Tcl service mode before the call.
26
The value of the Tcl service mode before the call.
27
}
27
}
28
\examples{
28
\examples{
29
## see demo(tkcanvas) for an example
29
## see demo(tkcanvas) for an example
30
\dontrun{    
30
\dontrun{
31
oldmode <- tclServiceMode(FALSE)
31
oldmode <- tclServiceMode(FALSE)
32
# Do some work to create a nice picture.
32
# Do some work to create a nice picture.
33
# Nothing will be displayed until...
33
# Nothing will be displayed until...
34
tclServiceMode(oldmode)
34
tclServiceMode(oldmode)
35
}
35
}