The R Project SVN R

Rev

Rev 32260 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 32260 Rev 37592
Line 3... Line 3...
3
 *  --------
3
 *  --------
4
 *  Common cross-platform graphics application routines.
4
 *  Common cross-platform graphics application routines.
5
 *  Version 2.4 (c) Lachlan Patrick 1996-1998.
5
 *  Version 2.4 (c) Lachlan Patrick 1996-1998.
6
 *  This header file is designed to be platform-independent.
6
 *  This header file is designed to be platform-independent.
7
 *
7
 *
-
 
8
 *  Copyright 2006 	The R Foundation
-
 
9
 *
8
 */
10
 */
9
 
11
 
10
/*
12
/*
11
 *  Common cross-platform graphics routines library.
13
 *  Common cross-platform graphics routines library.
12
 */
14
 */
Line 701... Line 703...
701
int 	askyesno(char *question);
703
int 	askyesno(char *question);
702
int 	askyesnocancel(char *question);
704
int 	askyesnocancel(char *question);
703
char *	askstring(char *question, char *default_string);
705
char *	askstring(char *question, char *default_string);
704
char *	askpassword(char *question, char *default_string);
706
char *	askpassword(char *question, char *default_string);
705
char *	askfilename(char *title, char *default_name);
707
char *	askfilename(char *title, char *default_name);
-
 
708
char *  askfilenamewithdir(char *title, char *default_name, char *dir);
706
char *	askfilesave(char *title, char *default_name);
709
char *	askfilesave(char *title, char *default_name);
707
char *	askUserPass(char *title);
710
char *	askUserPass(char *title);
708
 
711
 
709
/*
712
/*
710
 *  Time functions.
713
 *  Time functions.