/* * wxCDMProjectActionsPanel.h * * Created on: 25/10/2012 * Author: daniel */ #ifndef WXCDMPROJECTACTIONSPANEL_H_ #define WXCDMPROJECTACTIONSPANEL_H_ #include #include class wxCDMProjectActionsPanel : public wxPanel { public: wxCDMProjectActionsPanel( wxWindow* parent, wxWindowID id = -1, const wxString& caption = _("Description Frame"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_FRAME_STYLE ); ~wxCDMProjectActionsPanel(); bool Create( wxWindow* parent, wxWindowID id = -1, const wxString& caption = _("Description Frame"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_FRAME_STYLE ); protected: void CreateControls(); }; #endif /* WXCDMPROJECTACTIONSPANEL_H_ */