Home
last modified time | relevance | path

Searched refs:layoutspec (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/lib-tk/
Dttk.py419 def layout(self, style, layoutspec=None): argument
452 if layoutspec:
453 lspec = _format_layoutlist(layoutspec)[0]
454 elif layoutspec is not None: # will disable the layout ({}, '', etc)
/external/python/cpython2/Doc/library/
Dttk.rst1238 .. method:: layout(style, layoutspec=None)
1240 Define the widget layout for given *style*. If *layoutspec* is omitted,
1243 *layoutspec*, if specified, is expected to be a list or some other