]> granicus.if.org Git - python/commitdiff
Add tabularcolumns directive for tables with bullet lists in them.
authorGeorg Brandl <georg@python.org>
Tue, 16 Jun 2009 17:41:33 +0000 (17:41 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 16 Jun 2009 17:41:33 +0000 (17:41 +0000)
Doc/library/ttk.rst

index 1795771caa704b84bc01f7f9c52c929ea6b8b73e..ebfdede0a2cdf6b4c2ccea112d8afc4463c9501e 100644 (file)
@@ -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                                            |
    +================+========================================================+