diff options
author | jenglish <jenglish@flightlab.com> | 2010-07-03 17:25:51 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2010-07-03 17:25:51 (GMT) |
commit | c8cf5a0d1a0bd940544766e97e260eddb970398e (patch) | |
tree | 34e135b05e485da4dbaceb653c59494ee2281c43 /doc/ttk_widget.n | |
parent | 45811fdae2cfe4dc1ab4fe113f35c303ee31386c (diff) | |
download | tk-c8cf5a0d1a0bd940544766e97e260eddb970398e.zip tk-c8cf5a0d1a0bd940544766e97e260eddb970398e.tar.gz tk-c8cf5a0d1a0bd940544766e97e260eddb970398e.tar.bz2 |
ttk_widget.n(SEE ALSO): s/style/ttk::style/
(patch from David Welton sent to tcl-core)
Diffstat (limited to 'doc/ttk_widget.n')
-rw-r--r-- | doc/ttk_widget.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ttk_widget.n b/doc/ttk_widget.n index 45788b9..cfdfb99 100644 --- a/doc/ttk_widget.n +++ b/doc/ttk_widget.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: ttk_widget.n,v 1.18 2009/11/01 18:12:44 jenglish Exp $ +'\" RCS: @(#) $Id: ttk_widget.n,v 1.19 2010/07/03 17:25:51 jenglish Exp $ '\" .so man.macros .TH ttk::widget n 8.5 Tk "Tk Themed Widget" @@ -256,7 +256,7 @@ $b instate {pressed !disabled} { .b invoke } $b state !disabled .CE .SH "SEE ALSO" -ttk::intro(n), style(n) +ttk::intro(n), ttk::style(n) .SH KEYWORDS state, configure, option '\" Local Variables: |