diff options
author | Georg Brandl <georg@python.org> | 2009-06-16 19:24:38 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-06-16 19:24:38 (GMT) |
commit | 2c8600446d4b73c15136ea34c5aad546372ac506 (patch) | |
tree | 9f083c34b48780e8384d0a37ced9a49df3da2d06 /Doc/library | |
parent | fc11f27f616fe875d3ce01a51cb2498dc7c86500 (diff) | |
download | cpython-2c8600446d4b73c15136ea34c5aad546372ac506.zip cpython-2c8600446d4b73c15136ea34c5aad546372ac506.tar.gz cpython-2c8600446d4b73c15136ea34c5aad546372ac506.tar.bz2 |
Merged revisions 73447-73448 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73447 | georg.brandl | 2009-06-16 19:41:33 +0200 (Di, 16 Jun 2009) | 1 line
Add tabularcolumns directive for tables with bullet lists in them.
........
r73448 | georg.brandl | 2009-06-16 19:43:44 +0200 (Di, 16 Jun 2009) | 1 line
Remove unused macro.
........
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/tkinter.ttk.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/library/tkinter.ttk.rst b/Doc/library/tkinter.ttk.rst index c11b08b..3390d13 100644 --- a/Doc/library/tkinter.ttk.rst +++ b/Doc/library/tkinter.ttk.rst @@ -157,6 +157,9 @@ Label Options The following options are supported by labels, buttons and other button-like widgets. +.. tabularcolumns:: |p{0.2\textwidth}|p{0.7\textwidth}| +.. + +--------------+-----------------------------------------------------------+ | option | description | +==============+===========================================================+ @@ -697,6 +700,9 @@ Options This widget accepts the following specific options: +.. tabularcolumns:: |p{0.2\textwidth}|p{0.7\textwidth}| +.. + +----------------+--------------------------------------------------------+ | option | description | +================+========================================================+ |