Wt::Box Class Reference

#include <box.h>

Inherits Wt::Frame.

Inherited by Wt::HBox, and Wt::VBox.

List of all members.

Public Types

 Horizontal
 Vertical
enum  Orientation { Horizontal, Vertical }

Public Member Functions

 Box (Orientation orientation, Widget *parent=0, const std::string &name="Box::anon", int wflags=0)
void add (LayoutItem *li)
bool setStretchFactor (Widget *w, int stretch)


Member Enumeration Documentation

enum Wt::Box::Orientation

Enumerator:
Horizontal 
Vertical 


Constructor & Destructor Documentation

Wt::Box::Box ( Orientation  orientation,
Widget parent = 0,
const std::string &  name = "Box::anon",
int  wflags = 0 
) [inline]


Member Function Documentation

void Wt::Box::add ( LayoutItem li  )  [inline]

bool Wt::Box::setStretchFactor ( Widget w,
int  stretch 
) [inline]


The documentation for this class was generated from the following file:

Generated Fri Jul 28 19:22:38 2006.
Copyright © 1998-2003 by the respective authors.

This document is licensed under the terms of the GNU Free Documentation License and may be freely distributed under the conditions given by this license.