The R Project SVN R

Rev

Rev 68948 | 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/winDialog.Rd
1
% File src/library/utils/man/winDialog.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 1995-2007 R Core Team
3
% Copyright 1995-2018 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{winDialog}
6
\name{winDialog}
7
\alias{winDialog}
7
\alias{winDialog}
8
\alias{winDialogString}
8
\alias{winDialogString}
9
\title{Dialog Boxes under Windows}
9
\title{Dialog Boxes under Windows}
10
\description{
10
\description{
11
  Put up a Windows dialog box to communicate with the user. There are
11
  On MS Windows only, put up a dialog box to communicate with the user.
12
  various types, either for the user to select from a set of buttons or
12
  There are various types, either for the user to select from a set of
13
  to edit a string.
13
  buttons or to edit a string.
14
}
14
}
15
\usage{
15
\usage{
16
winDialog(type = c("ok", "okcancel", "yesno", "yesnocancel"),
16
winDialog(type = c("ok", "okcancel", "yesno", "yesnocancel"),
17
          message)
17
          message)
18
 
18