Main Page | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | Related Pages

VDKPaned Class Reference

Provides a paned widget. More...

#include <paned.h>

Inheritance diagram for VDKPaned:

VDKObjectContainer VDKObject VDKNotCopyAble List of all members.

Public Member Functions


Detailed Description

Provides a paned widget.

EXAMPLES
Into ./testvdk/panedwin.cc


Constructor & Destructor Documentation

VDKPaned::VDKPaned VDKForm owner = NULL,
int  mode = v_box
 

Constructor

Parameters:
owner 
mode either vertical (mode == v_box) or horizontal (mode == h_box)

VDKPaned::~VDKPaned  )  [virtual]
 

Destructor


Member Function Documentation

void VDKPaned::Add VDKObject obj,
int  pane = 1,
int  expand = TRUE,
int  fill = TRUE,
int  padding = 0
[virtual]
 

Add an object to pane

Parameters:
obj object to be added
pane if pane == 1 add to top/left pane, bottom/right otherwise
expnad 
fill 
padding 

Reimplemented from VDKObjectContainer.

void VDKPaned::Pack VDKObject obj,
int  pane = 1,
bool  resize = false,
bool  shrink = true
 

Pack an object into paned

Parameters:
obj object to be packed
resize 
shrink 


The documentation for this class was generated from the following files:
Generated on Wed Aug 6 11:01:58 2003 for vdk 2.0.3 by doxygen 1.3.2