В Tue, 7 May 2024 09:51:55 +0000
Iago Giné Vázquez <iago.g...@sjd.es> пишет:

> In the View help, it is told that:
> 
>     On Windows, the initial size of the data viewer window is taken
> from the default dimensions of a pager (see Rconsole), but adjusted
> downwards to show a whole number of rows and columns.

The Windows data editor lives in
src/library/utils/src/windows/dataentry.c [1]. There are references to
the array guiColors and indices dataeditbg, dataedituser, dataeditbg,
dataeditfg. I was able to find the colours with these names in the GUI
preferences, edit them and see an effect on the edit() window.

-- 
Best regards,
Ivan

[1]
https://svn.r-project.org/R/trunk/src/library/utils/src/windows/dataentry.c

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to