| 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{winProgressBar} will display a progress bar centred on the
|
35 |
\code{winProgressBar} will display a progress bar centred on the
|
| 36 |
screen. Space will be allocated for the label only if it is non-empty.
|
36 |
screen. Space will be allocated for the label only if it is non-empty.
|
| 37 |
|
37 |
|
| 38 |
\code{setWinProgessBar} will update the value and for non-\code{NULL}
|
38 |
\code{setWinProgessBar} 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, but it
|
43 |
The progress bar should be \code{close}d when finished with, but it
|
| 44 |
will be garbage-collected once no \R object refers to it.
|
44 |
will be garbage-collected once no \R object refers to it.
|
| 45 |
}
|
45 |
}
|
| 46 |
\value{
|
46 |
\value{
|
| 47 |
For \code{winProgressBar} an object of class \code{"winProgressBar"}.
|
47 |
For \code{winProgressBar} an object of class \code{"winProgressBar"}.
|
| 48 |
|
48 |
|
| 49 |
For \code{getWinProgressBar} and \code{setWinProgressBar}, a
|
49 |
For \code{getWinProgressBar} and \code{setWinProgressBar}, a
|