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

VDKPaned Class Reference

Provides a paned widget. More...

#include <paned.h>

Inheritance diagram for VDKPaned:

VDKObjectContainer VDKObject VDKNotCopyAble List of all members.

Public Methods


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 Apr 17 13:24:59 2002 for vdk 2.0.1 by doxygen1.2.15