From c6a525e993f94bba6b729bb53112c6b12d244541 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 8 Jul 2002 14:42:22 +0000 Subject: =?UTF-8?q?Fix=20typo=20reported=20by=20Kent=20Engstr=C3=B6m,=20an?= =?UTF-8?q?d=20a=20bunch=20of=20broken=20markup.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Doc/lib/tkinter.tex | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Doc/lib/tkinter.tex b/Doc/lib/tkinter.tex index 6fdad31..5ee9666 100644 --- a/Doc/lib/tkinter.tex +++ b/Doc/lib/tkinter.tex @@ -471,17 +471,17 @@ class of the widget; buttons have a \code{command} option, labels do not. The options supported by a given widget are listed in that widget's man page, or can be queried at runtime by calling the -\kbd{config()} method with arguments, or by calling the keys() -method on that widget. The return value of these calls is a dictionary -whose key is the name of the option (e.g. \kbd{relief}) and whose -values are 5 tuples. - -(Some options, like \kbd{bg} are synonyms for common options with -hard-to-type names (\kbd{bg} is shorthand for "background"). -Passing the \kbd{config()} method the name of a -shorthand option will return a 2-tuple, not 5-tuple. The 2-tuple -passed back will contain the name of the synonym ``real'' -option. (\kbd{bg}, \kbd{background})) +\method{config()} method without arguments, or by calling the +\method{keys()} method on that widget. The return value of these +calls is a dictionary whose key is the name of the option as a string +(for example, \code{'relief'}) and whose values are 5-tuples. + +Some options, like \code{bg} are synonyms for common options with long +names (\code{bg} is shorthand for "background"). Passing the +\code{config()} method the name of a shorthand option will return a +2-tuple, not 5-tuple. The 2-tuple passed back will contain the name of +the synonym and the ``real'' option (such as \code{('bg', +'background')}). \begin{tableiii}{c|l|l}{textrm}{Index}{Meaning}{Example} \lineiii{0}{option name} {\code{'relief'}} -- cgit v0.12