/* * wxCreaDevManagerProjectActionsWindow.h * * Created on: 25/10/2012 * Author: daniel */ #ifndef WXCREADEVMANAGERPROJECTACTIONSPANEL_H_ #define WXCREADEVMANAGERPROJECTACTIONSPANEL_H_ #include #include class wxCreaDevManagerProjectActionsPanel : public wxPanel { public: wxCreaDevManagerProjectActionsPanel( wxWindow* parent, wxWindowID id = -1, const wxString& caption = _("Description Frame"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_FRAME_STYLE ); ~wxCreaDevManagerProjectActionsPanel(); 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 /* WXCREADEVMANAGERPROJECTACTIONSWINDOW_H_ */