21 #ifndef __ANTARES_TOOLBOX_COMPONENTS_WIP_PANEL_WIP_PANEL_H__
22 #define __ANTARES_TOOLBOX_COMPONENTS_WIP_PANEL_WIP_PANEL_H__
24 #include <yuni/yuni.h>
25 #include <wx/bitmap.h>
26 #include <ui/common/component/panel.h>
28 namespace Antares::Component
46 void onDraw(wxPaintEvent& evt);
Panel implementation.
Definition: panel.h:34
Definition: wip-panel.h:31
void onDraw(wxPaintEvent &evt)
Event: draw the panel.
Definition: wip-panel.cpp:51
void onEraseBackground(wxEraseEvent &)
UI: Erase background, empty to avoid flickering.
Definition: wip-panel.h:49
virtual ~WIPPanel()
Destructor.
Definition: wip-panel.cpp:46
WIPPanel(wxWindow *parent)
Constructor.
Definition: wip-panel.cpp:38