diff options
author | dgp <dgp@users.sourceforge.net> | 2007-11-02 14:51:39 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-11-02 14:51:39 (GMT) |
commit | 9d5c1ed7b432d032a20a92a500639fd69160ee6a (patch) | |
tree | bfb89fa15217bfa4ef27b75736c50d248343bf61 /doc/palette.n | |
parent | 0241933d2fcf1a09145b33048c52e40988a8bfa9 (diff) | |
download | tk-9d5c1ed7b432d032a20a92a500639fd69160ee6a.zip tk-9d5c1ed7b432d032a20a92a500639fd69160ee6a.tar.gz tk-9d5c1ed7b432d032a20a92a500639fd69160ee6a.tar.bz2 |
merge updates from HEAD
Diffstat (limited to 'doc/palette.n')
-rw-r--r-- | doc/palette.n | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/palette.n b/doc/palette.n index aa44360..627735a 100644 --- a/doc/palette.n +++ b/doc/palette.n @@ -4,7 +4,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: palette.n,v 1.2.32.1 2007/11/01 16:37:15 dgp Exp $ +'\" RCS: @(#) $Id: palette.n,v 1.2.32.2 2007/11/02 14:51:39 dgp Exp $ '\" .so man.macros .TH tk_setPalette n 4.0 Tk "Tk Built-In Commands" @@ -36,10 +36,10 @@ argument is the new value to use for that option. The following database names are currently supported: .DS L .ta 4c 8c -\fBactiveBackground foreground selectColor -activeForeground highlightBackground selectBackground -background highlightColor selectForeground -disabledForeground insertBackground troughColor\fR +\fBactiveBackground\fR \fBforeground\fR \fBselectColor\fR +\fBactiveForeground\fR \fBhighlightBackground\fR \fBselectBackground\fR +\fBbackground\fR \fBhighlightColor\fR \fBselectForeground\fR +\fBdisabledForeground\fR \fBinsertBackground\fR \fBtroughColor\fR .DE \fBtk_setPalette\fR tries to compute reasonable defaults for any options that you do not specify. You can specify options other |