Function BoxContainer.addSpacer
Adds a control to the box as a spacer. If true, begin will insert the spacer control in front of other children.
void addSpacer
(
const(bool) begin
) nothrow @nogc;
Adds a control to the box as a spacer. If true, begin will insert the spacer control in front of other children.
void addSpacer
(
const(bool) begin
) nothrow @nogc;