The R Project SVN R-packages

Rev

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

Rev 1491 Rev 1603
Line 24... Line 24...
24
 *  A copy of the GNU General Public License is available via WWW at
24
 *  A copy of the GNU General Public License is available via WWW at
25
 *  http://www.gnu.org/copyleft/gpl.html.  You can also obtain it by
25
 *  http://www.gnu.org/copyleft/gpl.html.  You can also obtain it by
26
 *  writing to the Free Software Foundation, Inc., 59 Temple Place,
26
 *  writing to the Free Software Foundation, Inc., 59 Temple Place,
27
 *  Suite 330, Boston, MA  02111-1307  USA.
27
 *  Suite 330, Boston, MA  02111-1307  USA.
28
 *
28
 *
29
 *  $Id: RController.h 1491 2005-05-11 15:55:15Z urbaneks $
29
 *  $Id: RController.h 1603 2005-06-20 16:50:33Z urbaneks $
30
 */
30
 */
31
 
31
 
32
#import "RGUI.h"
32
#import "RGUI.h"
33
 
33
 
34
#include <R.h>
34
#include <R.h>
Line 109... Line 109...
109
	pid_t childPID;
109
	pid_t childPID;
110
	
110
	
111
    BOOL runSystemAsRoot;
111
    BOOL runSystemAsRoot;
112
	BOOL busyRFlag;
112
	BOOL busyRFlag;
113
	BOOL appLaunched;
113
	BOOL appLaunched;
-
 
114
	BOOL argsHints;
114
	
115
	
115
	float currentSize;
116
	float currentSize;
116
	float currentFontSize;
117
	float currentFontSize;
117
	float currentConsoleWidth;
118
	float currentConsoleWidth;
118
	
119