diff options
author | ericm <ericm> | 2000-07-28 16:41:40 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-07-28 16:41:40 (GMT) |
commit | bd8aa1f448a8d403362dc23e6b8e14570945e272 (patch) | |
tree | d02152b7dc634afcabb40048231221a29b35ba99 /doc | |
parent | a5179966d79dc5e42d4da2132e363da240f49319 (diff) | |
download | tk-bd8aa1f448a8d403362dc23e6b8e14570945e272.zip tk-bd8aa1f448a8d403362dc23e6b8e14570945e272.tar.gz tk-bd8aa1f448a8d403362dc23e6b8e14570945e272.tar.bz2 |
* doc/label.n: Added -disabledforeground to list of options [Bug: 6053].
* generic/tkListbox.c: Changed resource class for disabledforeground
to "DisabledForeground".
Diffstat (limited to 'doc')
-rw-r--r-- | doc/label.n | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/label.n b/doc/label.n index edc426b..8464297 100644 --- a/doc/label.n +++ b/doc/label.n @@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: label.n,v 1.3 2000/05/25 16:57:23 ericm Exp $ +'\" RCS: @(#) $Id: label.n,v 1.4 2000/07/28 16:41:40 ericm Exp $ '\" .so man.macros .TH label n 4.0 Tk "Tk Built-In Commands" @@ -18,12 +18,12 @@ label \- Create and manipulate label widgets .SO \-activebackground \-activeforeground \-anchor \-background \-bitmap \-borderwidth -\-cursor \-font \-foreground -\-highlightbackground \-highlightcolor \-highlightthickness -\-image \-justify \-padx -\-pady \-relief \-takefocus -\-text \-textvariable \-underline -\-wraplength +\-cursor \-disabledforeground \-font +\-foreground \-highlightbackground \-highlightcolor +\-highlightthickness \-image \-justify +\-padx \-pady \-relief +\-takefocus \-text \-textvariable +\-underline \-wraplength .SE .SH "WIDGET-SPECIFIC OPTIONS" .OP \-height height Height |