21#ifndef __ANTARES_COMMON_COMPONENTS_PANEL_GROUP_H__
22#define __ANTARES_COMMON_COMPONENTS_PANEL_GROUP_H__
25#include "../../wx-wrapper.h"
54 PanelGroup(wxWindow* parent,
const char* image = NULL);
Panel implementation.
Definition group.h:36
static void SetLighterBackgroundColor(wxWindow *ctrl, int lightModifier=0)
Set the background color of a component used in a PanelGroup.
Definition group.cpp:41
wxSizer * leftSizer
The leftSizer.
Definition group.h:63
virtual ~PanelGroup()
Destructor.
Definition group.cpp:82
PanelGroup(wxWindow *parent, const char *image=NULL)
Constructor.
Definition group.cpp:50
static void SetDarkBackgroundColor(wxWindow *ctrl, int lightModifier=0)
Set the background color of a component used in a PanelGroup.
Definition group.cpp:32
Panel * subpanel
Subpanel.
Definition group.h:61
Panel implementation.
Definition panel.h:36