Home
last modified time | relevance | path

Searched refs:layoutspec (Results 1 – 4 of 4) 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/cpython3/Lib/tkinter/
Dttk.py421 def layout(self, style, layoutspec=None): argument
454 if layoutspec:
455 lspec = _format_layoutlist(layoutspec)[0]
456 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
/external/python/cpython3/Doc/library/
Dtkinter.ttk.rst1359 .. method:: layout(style, layoutspec=None)
1361 Define the widget layout for given *style*. If *layoutspec* is omitted,
1364 *layoutspec*, if specified, is expected to be a list or some other