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