#include <Wt/WHBoxLayout>
Public Member Functions | |
WHBoxLayout (WWidget *parent=0) | |
Create a new horizontal box layout. |
This convenience class creates a horizontal box layout, laying contained widgets out from left to right.
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.
Wt::WHBoxLayout::WHBoxLayout | ( | WWidget * | parent = 0 |
) |
Create a new horizontal box layout.
Use parent=0 to created a layout manager that can be nested inside other layout managers.