Name

Wizard_hw::SizeAtLeast — Encloses the content into VBoxes and HBoxes

Synopsis

Import Wizard_hw;
term Wizard_hw::SizeAtLeast ( term  content ,
  float  xsize ,
  float  ysize );

Parameters

term content

Content of the dialog

float xsize

Minimal size of content in the X direction

float ysize

Minimal size of content in the Y direction

Return Value

term

Contents sized at least <B>xsize</B>&nbsp;x&nbsp;<B>ysize</B>.