The R Project SVN R

Rev

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

Rev 61168 Rev 61433
Line 32... Line 32...
32
  \item{\dots}{for consistency with the generic.}
32
  \item{\dots}{for consistency with the generic.}
33
}
33
}
34
\details{
34
\details{
35
  \code{tkProgressBar} will display a widget containing a label and
35
  \code{tkProgressBar} will display a widget containing a label and
36
  progress bar.
36
  progress bar.
37
  
37
 
38
  \code{setTkProgessBar} will update the value and for non-\code{NULL}
38
  \code{setTkProgessBar} will update the value and for non-\code{NULL}
39
  values, the title and label (provided there was one when the widget
39
  values, the title and label (provided there was one when the widget
40
  was created).  Missing (\code{\link{NA}}) and out-of-range values of
40
  was created).  Missing (\code{\link{NA}}) and out-of-range values of
41
  \code{value} will be (silently) ignored.
41
  \code{value} will be (silently) ignored.
42
  
42
 
43
  The progress bar should be \code{close}d when finished with.
43
  The progress bar should be \code{close}d when finished with.
44
 
44
 
45
  This will use the \code{ttk::progressbar} widget for Tk version 8.5 or
45
  This will use the \code{ttk::progressbar} widget for Tk version 8.5 or
46
  later, otherwise \R's copy of BWidget's \code{progressbar}.
46
  later, otherwise \R's copy of BWidget's \code{progressbar}.
47
}
47
}
Line 52... Line 52...
52
  length-one numeric vector giving the previous value (invisibly for
52
  length-one numeric vector giving the previous value (invisibly for
53
  \code{setTkProgressBar}).
53
  \code{setTkProgressBar}).
54
}
54
}
55
 
55
 
56
\seealso{
56
\seealso{
57
  \code{\link{txtProgressBar}}  
57
  \code{\link{txtProgressBar}}
58
#ifdef windows
58
#ifdef windows
59
 
59
 
60
  \code{\link{winProgressBar}} for a version using Windows native
60
  \code{\link{winProgressBar}} for a version using Windows native
61
  controls (which this also does for Tk >= 8.5).
61
  controls (which this also does for Tk >= 8.5).
62
#endif
62
#endif