vdk 2.4.0
Public Member Functions
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 Member Functions


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: