From: Georg Brandl Date: Tue, 16 Jun 2009 17:41:33 +0000 (+0000) Subject: Add tabularcolumns directive for tables with bullet lists in them. X-Git-Tag: v2.7a1~942 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f5af720a310901959d16a585477810dfc9a97f9d;p=python Add tabularcolumns directive for tables with bullet lists in them. --- diff --git a/Doc/library/ttk.rst b/Doc/library/ttk.rst index 1795771caa..ebfdede0a2 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 | +================+========================================================+