Wt::WHBoxLayout Class Reference

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

#include <Wt/WHBoxLayout>

Inheritance diagram for Wt::WHBoxLayout:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 WHBoxLayout (WWidget *parent=0)
 Create a new horizontal box layout.


Detailed Description

A layout manager which arranges widgets horizontally.

This convenience class creates a horizontal box layout, laying contained widgets out from left to right.

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.


Constructor & Destructor Documentation

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.


Generated on Fri Apr 24 16:25:59 2009 for Wt by doxygen 1.5.6