diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-11-01 23:03:54 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-11-01 23:03:54 (GMT) |
commit | e1eedf7d4821a1be3831ac99ae6343f31b0bfd2a (patch) | |
tree | f2f766b6868ff91da4aeabcd99b9011421447036 /doc/palette.n | |
parent | 54d95efb1b0af2bb5515b00e30736e5a49b92b1a (diff) | |
download | tk-e1eedf7d4821a1be3831ac99ae6343f31b0bfd2a.zip tk-e1eedf7d4821a1be3831ac99ae6343f31b0bfd2a.tar.gz tk-e1eedf7d4821a1be3831ac99ae6343f31b0bfd2a.tar.bz2 |
Fix .DS/.DE to work better when transformed to a table
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 77aee12..08d5cab 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.5 2007/10/29 16:04:14 dkf Exp $ +'\" RCS: @(#) $Id: palette.n,v 1.6 2007/11/01 23:03:54 dkf 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 |