Wt::WVBoxLayout Class Reference

A layout manager which arranges widgets vertically. More...

#include <Wt/WVBoxLayout>

Inheritance diagram for Wt::WVBoxLayout:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 WVBoxLayout (WWidget *parent=0)
 Create a new vertical box layout.


Detailed Description

A layout manager which arranges widgets vertically.

This convenience class creates a vertical box layout, laying contained widgets out from top to bottom.

See WBoxLayout for available member methods.

Note:
This layout manager is applicable only to WContainerWidget container widgets. You may use it within an Ext::Container indirectly by first setting a WContainerWidget using a WFitLayout.

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.


Constructor & Destructor Documentation

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.


Generated on Fri Sep 12 17:01:15 2008 for Wt by doxygen 1.5.6