diff options
author | Georg Brandl <georg@python.org> | 2009-06-16 17:41:33 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-06-16 17:41:33 (GMT) |
commit | f5af720a310901959d16a585477810dfc9a97f9d (patch) | |
tree | 6e7120e9604cf2f080254604d8d3591284b7f187 /Doc | |
parent | c1df95e12f50e4e0ac2fb6d17cbf69a6a3d5583c (diff) | |
download | cpython-f5af720a310901959d16a585477810dfc9a97f9d.zip cpython-f5af720a310901959d16a585477810dfc9a97f9d.tar.gz cpython-f5af720a310901959d16a585477810dfc9a97f9d.tar.bz2 |
Add tabularcolumns directive for tables with bullet lists in them.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/ttk.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/library/ttk.rst b/Doc/library/ttk.rst index 1795771..ebfdede 100644 --- a/Doc/library/ttk.rst +++ b/Doc/library/ttk.rst @@ -160,6 +160,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 | +==============+===========================================================+ @@ -701,6 +704,9 @@ Options This widget accepts the following specific options: +.. tabularcolumns:: |p{0.2\textwidth}|p{0.7\textwidth}| +.. + +----------------+--------------------------------------------------------+ | option | description | +================+========================================================+ |