2 * wxCreaDevManagerDescriptionFrame.h
4 * Created on: 23/10/2012
8 #ifndef WXCREADEVMANAGERDESCRIPTIONPANEL_H_
9 #define WXCREADEVMANAGERDESCRIPTIONPANEL_H_
13 #include <wx/bitmap.h>
14 #include <wx/stattext.h>
22 class wxCreaDevManagerDescriptionPanel : public wxPanel
25 wxCreaDevManagerDescriptionPanel(
28 const wxString& caption = _("Description Frame"),
29 const wxPoint& pos = wxDefaultPosition,
30 const wxSize& size = wxDefaultSize,
31 long style = wxDEFAULT_FRAME_STYLE
34 ~wxCreaDevManagerDescriptionPanel();
39 const wxString& caption = _("Description Frame"),
40 const wxPoint& pos = wxDefaultPosition,
41 const wxSize& size = wxDefaultSize,
42 long style = wxDEFAULT_FRAME_STYLE
47 void CreateView(string title = "Title", string imagePath = "", string type = "Type", vector<pair<string, string> > properties = vector<pair<string, string> >());
53 wxStaticText* _properties;
57 #endif /* WXCREADEVMANAGERDESCRIPTIONFRAME_H_ */