2 * wxCDMProjectActionsPanel.h
4 * Created on: 25/10/2012
8 #ifndef WXCDMPROJECTACTIONSPANEL_H_
9 #define WXCDMPROJECTACTIONSPANEL_H_
14 class wxCDMProjectActionsPanel : public wxPanel
17 wxCDMProjectActionsPanel(
20 const wxString& caption = _("Description Frame"),
21 const wxPoint& pos = wxDefaultPosition,
22 const wxSize& size = wxDefaultSize,
23 long style = wxDEFAULT_FRAME_STYLE
25 ~wxCDMProjectActionsPanel();
29 const wxString& caption = _("Description Frame"),
30 const wxPoint& pos = wxDefaultPosition,
31 const wxSize& size = wxDefaultSize,
32 long style = wxDEFAULT_FRAME_STYLE
36 void CreateControls();
39 #endif /* WXCDMPROJECTACTIONSPANEL_H_ */