#include <Wt/WVBoxLayout>
Public Member Functions | |
WVBoxLayout (WWidget *parent=0) | |
Create a new vertical box layout. |
This convenience class creates a vertical box layout, laying contained widgets out from top to bottom.
See WBoxLayout for available member methods.
When JavaScript support is not available, only Safari and Firefox properly implement this box layout. For other browsers, widgets are not stretched vertically to occupy the entire height of the parent container, instead all widgets are sized to their minimum height.
Wt::WVBoxLayout::WVBoxLayout | ( | WWidget * | parent = 0 |
) |
Create a new vertical box layout.
Use parent=0 to created a layout manager that can be nested inside other layout managers.