#include <panelbar.h>

| VDKPanelbar::VDKPanelbar | ( | VDKForm * | owner, | |
| int | panels_num = 1, |
|||
| int | shadow = shadow_in | |||
| ) |
Constructor
| owner | ||
| panels_num | ||
| shadow |
| 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";
1.5.5