Wt::BoxLayoutItemValue Class Reference

#include <layout.h>

Collaboration diagram for Wt::BoxLayoutItemValue:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 BoxLayoutItemValue ()

Public Attributes

int stretch
int extra_space

Detailed Description

Definition at line 538 of file layout.h.


Constructor & Destructor Documentation

Wt::BoxLayoutItemValue::BoxLayoutItemValue (  )  [inline]

Definition at line 540 of file layout.h.

00540                          :
00541             stretch(0),
00542     extra_space(0) {}


Member Data Documentation

int Wt::BoxLayoutItemValue::extra_space

Definition at line 545 of file layout.h.

int Wt::BoxLayoutItemValue::stretch

Definition at line 544 of file layout.h.


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

Generated Fri Jul 28 19:30:05 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.