Name

Wizard_hw::SpacingAround — Encloses the content into VBoxes and HBoxes with the appropriate spacings around it.

Synopsis

Import Wizard_hw;
term Wizard_hw::SpacingAround ( term  content ,
  float  left ,
  float  right ,
  float  top ,
  float  bottom );

Parameters

term content

The term we are adding spacing to.

float left

Spacing on the left.

float right

Spacing on the right.

float top

Spacing on the top.

float bottom

Spacing on the bottom.

Return Value

term

Content with spacings around it.