diff options
author | hobbs <hobbs@noemail.net> | 2010-03-09 04:20:56 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2010-03-09 04:20:56 (GMT) |
commit | fd038db9e14dcb7b919aea87d9a921d3d57637fa (patch) | |
tree | 7a172cf1ea2bb62d123065eb84d555f8ef729528 /doc | |
parent | ec655cc5bc0d0a0eeef32b3aadac0e599652fb99 (diff) | |
download | tk-fd038db9e14dcb7b919aea87d9a921d3d57637fa.zip tk-fd038db9e14dcb7b919aea87d9a921d3d57637fa.tar.gz tk-fd038db9e14dcb7b919aea87d9a921d3d57637fa.tar.bz2 |
correct doc backport from head
FossilOrigin-Name: 8fb081802a28860defbd5e078f603f4e15e8b3a7
Diffstat (limited to 'doc')
-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. |