Layouting::SpanAll Class

class Layouting::SpanAll

Sets 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.