[Python-checkins] r73447 - python/trunk/Doc/library/ttk.rst

georg.brandl python-checkins at python.org
Tue Jun 16 19:41:38 CEST 2009


Author: georg.brandl
Date: Tue Jun 16 19:41:33 2009
New Revision: 73447

Log:
Add tabularcolumns directive for tables with bullet lists in them.

Modified:
   python/trunk/Doc/library/ttk.rst

Modified: python/trunk/Doc/library/ttk.rst
==============================================================================
--- python/trunk/Doc/library/ttk.rst	(original)
+++ python/trunk/Doc/library/ttk.rst	Tue Jun 16 19:41:33 2009
@@ -160,6 +160,9 @@
 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 @@
 
 This widget accepts the following specific options:
 
+.. tabularcolumns:: |p{0.2\textwidth}|p{0.7\textwidth}|
+..
+
    +----------------+--------------------------------------------------------+
    | option         | description                                            |
    +================+========================================================+


More information about the Python-checkins mailing list