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

VDKPanelbar Class Reference

Provides a status bar with one or more panel, each panel is a VDKLabel. More...

#include <panelbar.h>

Inheritance diagram for VDKPanelbar:

VDKFrame VDKObjectContainer VDKObject VDKNotCopyAble List of all members.

Public Methods


Detailed Description

Provides a status bar with one or more panel, each panel is a VDKLabel.


Constructor & Destructor Documentation

VDKPanelbar::VDKPanelbar VDKForm   owner,
int    panels_num = 1,
int    shadow = shadow_in
 

Constructor

Parameters:
owner 
panels_num 
shadow 


Member Function Documentation

PanelList& VDKPanelbar::Panels   [inline]
 

Returns panels, since a panel is a VDKLabel you can access them to set panel contents or other properties.

    panelbar->Panels()[0] = "a text";


The documentation for this class was generated from the following files:
Generated on Sat May 4 21:58:29 2002 for vdk 2.0.1 by doxygen1.2.15