summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs>2010-03-09 04:20:56 (GMT)
committerhobbs <hobbs>2010-03-09 04:20:56 (GMT)
commit157a3c8c037e1b1b23d1520cafb55fc65e63820b (patch)
tree7a172cf1ea2bb62d123065eb84d555f8ef729528
parent0fa57d5efc72eef6d6cc9528fbff31a060fe5497 (diff)
downloadtk-157a3c8c037e1b1b23d1520cafb55fc65e63820b.zip
tk-157a3c8c037e1b1b23d1520cafb55fc65e63820b.tar.gz
tk-157a3c8c037e1b1b23d1520cafb55fc65e63820b.tar.bz2
correct doc backport from head
-rw-r--r--doc/ttk_intro.n5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/ttk_intro.n b/doc/ttk_intro.n
index c85bc83..912a5c0 100644
--- a/doc/ttk_intro.n
+++ b/doc/ttk_intro.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_intro.n,v 1.10 2007/12/13 15:23:44 dgp Exp $
+'\" RCS: @(#) $Id: ttk_intro.n,v 1.10.2.1 2010/03/09 04:20:56 hobbs Exp $
'\"
.so man.macros
.TH ttk::intro n 8.5 Tk "Tk Themed Widget"
@@ -21,7 +21,8 @@ the code implementing a widget's behavior from
the code implementing its appearance.
Widget class bindings are primarily responsible for
maintaining the widget state and invoking callbacks;
-all aspects of the widgets appearance is
+all aspects of the widget's appearance are controlled by the style of
+the widget (i.e. the style of the elements of the widget).
.SH "THEMES"
A \fItheme\fR is a collection of elements and styles
that determine the look and feel of the widget set.