#include <box.h>
Inherits Wt::Frame.
Inherited by Wt::HBox, and Wt::VBox.
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) |
enum Wt::Box::Orientation |
Wt::Box::Box | ( | Orientation | orientation, | |
Widget * | parent = 0 , |
|||
const std::string & | name = "Box::anon" , |
|||
int | wflags = 0 | |||
) | [inline] |
void Wt::Box::add | ( | LayoutItem * | li | ) | [inline] |
bool Wt::Box::setStretchFactor | ( | Widget * | w, | |
int | stretch | |||
) | [inline] |
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.