The R Project SVN R

Rev

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

Rev 68948 Rev 75092
Line 1... Line 1...
1
% File src/library/utils/man/windows/winProgressBar.Rd
1
% File src/library/utils/man/winProgressBar.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 2008 R Core Team
3
% Copyright 2008-2018 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{winProgressBar}
6
\name{winProgressBar}
7
\alias{winProgressBar}
7
\alias{winProgressBar}
8
\alias{getWinProgressBar}
8
\alias{getWinProgressBar}
9
\alias{setWinProgressBar}
9
\alias{setWinProgressBar}
10
\alias{close.winProgressBar}
10
\alias{close.winProgressBar}
11
\title{Progress Bars under Windows}
11
\title{Progress Bars under MS Windows}
12
\description{
12
\description{
13
  Put up a Windows progress bar widget.
13
  Put up a Windows progress bar widget, update and access it.
14
}
14
}
15
\usage{
15
\usage{
16
winProgressBar(title = "R progress bar", label = "",
16
winProgressBar(title = "R progress bar", label = "",
17
               min = 0, max = 1, initial = 0, width = 300)
17
               min = 0, max = 1, initial = 0, width = 300)
18
 
18
 
Line 49... Line 49...
49
  For \code{getWinProgressBar} and \code{setWinProgressBar}, a
49
  For \code{getWinProgressBar} and \code{setWinProgressBar}, a
50
  length-one numeric vector giving the previous value (invisibly for
50
  length-one numeric vector giving the previous value (invisibly for
51
  \code{setWinProgressBar}).
51
  \code{setWinProgressBar}).
52
}
52
}
53
\note{
53
\note{
54
    These functions are only available on Windows.
54
  These functions are only available on Windows.% incl RStudio, not yet in ESS
55
}
55
}
56
\seealso{
56
\seealso{
-
 
57
  On all platforms,
57
  \code{\link{txtProgressBar}}, \code{\link{tkProgressBar}}
58
  \code{\link{txtProgressBar}}, \code{\link{tkProgressBar}}
58
}
59
}
59
\examples{\donttest{% popups are irritating
60
\examples{\donttest{% popups are irritating
60
pb <- winProgressBar("test progress bar", "Some information in \%",
61
pb <- winProgressBar("test progress bar", "Some information in \%",
61
                     0, 100, 50)
62
                     0, 100, 50)