phoenix::VerticalLayout
A layout used to attach widgets from top to bottom.
struct VerticalLayout : Layout {
void append(Sizable &sizable, const Size &size, unsigned spacing = 0);
void setAlignment(double alignment);
void setMargin(unsigned margin);
};