Searched refs:layoutspec (Results 1 – 2 of 2) sorted by relevance
419 def layout(self, style, layoutspec=None): argument452 if layoutspec:453 lspec = _format_layoutlist(layoutspec)[0]454 elif layoutspec is not None: # will disable the layout ({}, '', etc)
1238 .. 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