21 #ifndef __ANTARES_COMMON_COMPONENTS_PANEL_GROUP_H__
22 #define __ANTARES_COMMON_COMPONENTS_PANEL_GROUP_H__
24 #include <yuni/yuni.h>
25 #include "../../wx-wrapper.h"
28 namespace Antares::Component
52 PanelGroup(wxWindow* parent,
const char* image = NULL);
Panel implementation.
Definition: group.h:34
static void SetLighterBackgroundColor(wxWindow *ctrl, int lightModifier=0)
Set the background color of a component used in a PanelGroup.
Definition: group.cpp:39
wxSizer * leftSizer
The leftSizer.
Definition: group.h:61
virtual ~PanelGroup()
Destructor.
Definition: group.cpp:81
PanelGroup(wxWindow *parent, const char *image=NULL)
Constructor.
Definition: group.cpp:48
static void SetDarkBackgroundColor(wxWindow *ctrl, int lightModifier=0)
Set the background color of a component used in a PanelGroup.
Definition: group.cpp:30
Panel * subpanel
Subpanel.
Definition: group.h:59
Panel implementation.
Definition: panel.h:34