diff options
author | patthoyts@users.sourceforge.net <patthoyts> | 2008-04-20 19:19:23 (GMT) |
---|---|---|
committer | patthoyts@users.sourceforge.net <patthoyts> | 2008-04-20 19:19:23 (GMT) |
commit | 8d072620027b2a0bbf6bd17d14370e59cce597a0 (patch) | |
tree | b74297aadc94dc2bc69eed1d2f7e4f66a7a2b479 /doc | |
parent | e0829c899365b25bc597c5d942e9dbbb7d9a2569 (diff) | |
download | tk-8d072620027b2a0bbf6bd17d14370e59cce597a0.zip tk-8d072620027b2a0bbf6bd17d14370e59cce597a0.tar.gz tk-8d072620027b2a0bbf6bd17d14370e59cce597a0.tar.bz2 |
Minor clarification of the button flash command (1926223)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/button.n | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/button.n b/doc/button.n index 5855c49..2935c48 100644 --- a/doc/button.n +++ b/doc/button.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: button.n,v 1.15 2007/12/13 15:23:43 dgp Exp $ +'\" RCS: @(#) $Id: button.n,v 1.16 2008/04/20 19:19:23 patthoyts Exp $ '\" .so man.macros .TH button n 4.4 Tk "Tk Built-In Commands" @@ -139,9 +139,9 @@ command. .TP \fIpathName \fBflash\fR Flash the button. This is accomplished by redisplaying the button -several times, alternating between active and normal colors. At -the end of the flash the button is left in the same normal/active -state as when the command was invoked. +several times, alternating between the configured activebackground +and background colors. At the end of the flash the button is left +in the same normal/active state as when the command was invoked. This command is ignored if the button's state is \fBdisabled\fR. .TP \fIpathName \fBinvoke\fR |