diff options
author | hobbs <hobbs> | 2010-03-09 04:20:56 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2010-03-09 04:20:56 (GMT) |
commit | caec156fff7e819310d97b250624448d9d9ed1dd (patch) | |
tree | 7a172cf1ea2bb62d123065eb84d555f8ef729528 /doc/ttk_intro.n | |
parent | a042584edd320f4293fb46a843c2330f7f9162de (diff) | |
download | tk-caec156fff7e819310d97b250624448d9d9ed1dd.zip tk-caec156fff7e819310d97b250624448d9d9ed1dd.tar.gz tk-caec156fff7e819310d97b250624448d9d9ed1dd.tar.bz2 |
correct doc backport from head
Diffstat (limited to 'doc/ttk_intro.n')
-rw-r--r-- | doc/ttk_intro.n | 5 |
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. |