Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

VDKBox Class Reference

One of the most used widget containers. More...

#include <boxes.h>

Inheritance diagram for VDKBox:

VDKObjectContainer VDKObject VDKNotCopyAble List of all members.

Public Methods


Detailed Description

One of the most used widget containers.

This class provides boxes used as VDKObject containers


Constructor & Destructor Documentation

VDKBox::VDKBox VDKForm   owner = (VDKForm *) NULL,
int    mode = v_box
 

Constructor

Parameters:
owner  the form that owns box
mode  either vertical (mode == v_box) or horizontal (mode == h_box)

VDKBox::~VDKBox   [virtual]
 

Destructor


Member Function Documentation

void VDKBox::Add VDKObject   obj,
int    justify = l_justify,
int    expand = TRUE,
int    fill = TRUE,
int    padding = 0
[virtual]
 

Adds an object to the box

Parameters:
obj  the object to be added
justify  how the object has to be packed into box, can be one of the following
  • l_justify will be appended to other objects
  • r_justify will be prepended to other objects
expand  object will expand
fill  object will fill all available space
padding  object with be padded with <padding> pixels

Reimplemented from VDKObjectContainer.


The documentation for this class was generated from the following files:
Generated on Wed Apr 17 13:24:56 2002 for vdk 2.0.1 by doxygen1.2.15