The R Project SVN R

Rev

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

Rev 24606 Rev 26503
Line 474... Line 474...
474
    l_pcols = newlabel("columns", rect(150, 210, 60, 20), AlignLeft);
474
    l_pcols = newlabel("columns", rect(150, 210, 60, 20), AlignLeft);
475
    sprintf(buf, "%d", pagercol);
475
    sprintf(buf, "%d", pagercol);
476
    f_pcols = newfield(buf, rect(220, 210, 30, 20));
476
    f_pcols = newfield(buf, rect(220, 210, 30, 20));
477
 
477
 
478
/* Graphics window */
478
/* Graphics window */
479
    l_cx = newlabel("Graphics windows: initial left",
479
    l_grx = newlabel("Graphics windows: initial left",
480
		    rect(10, 250, 190, 20), AlignLeft);
480
		    rect(10, 250, 190, 20), AlignLeft);
481
    sprintf(buf, "%d", graphicsx);
481
    sprintf(buf, "%d", graphicsx);
482
    f_cx = newfield(buf, rect(200, 250, 40, 20));
482
    f_grx = newfield(buf, rect(200, 250, 40, 20));
483
    l_cy = newlabel("top", rect(270, 250, 30, 20), AlignLeft);
483
    l_gry = newlabel("top", rect(270, 250, 30, 20), AlignLeft);
484
    sprintf(buf, "%d", graphicsy);
484
    sprintf(buf, "%d", graphicsy);
485
    f_cy = newfield(buf, rect(300, 250, 40, 20));
485
    f_gry = newfield(buf, rect(300, 250, 40, 20));
486
 
486
 
487
/* Font colours */
487
/* Font colours */
488
    l_cols = newlabel("Console and Pager Colours",
488
    l_cols = newlabel("Console and Pager Colours",
489
		      rect(10, 300, 520, 20), AlignCenter);
489
		      rect(10, 300, 520, 20), AlignCenter);
490
    l_bgcol = newlabel("Background", rect(10, 330, 100, 20), AlignCenter);
490
    l_bgcol = newlabel("Background", rect(10, 330, 100, 20), AlignCenter);