Layouting::SpanAll Class
class Layouting::SpanAllSets a column and/or row span on all items added by a nested builder. More...
| Header: | #include <SpanAll> |
Detailed Description
Unlike Span, which only affects the last pending item, SpanAll applies the span to every item that the wrapped builder produces.
See also Layouting::Span and Layouting::Grid.