[R] Tcltk Default Background Color Question

Dirk Eddelbuettel edd at debian.org
Mon Jun 5 13:50:02 CEST 2006


On Sun, Jun 04, 2006 at 09:55:20PM -0700, Crimson Turquoise wrote:
> Hello,
> 
> I am new at tcltk and would like to identify the default background
> color for widgets.  I have found things like systemBackground or
> tk_setPalette, but am not able to get them to work in R.  Is there a
> name for this color such as "lightgray", etc?

This works for me:

   tkcmd("tk_setPalette","gray93")     # set am overall background color

Dirk


-- 
Hell, there are no rules here - we're trying to accomplish something. 
                                                  -- Thomas A. Edison



More information about the R-help mailing list