]> Creatis software - creaMaracasVisu.git/blob
68c2f061584ff02e016802fe7c9ffd03cc8f18b0
[creaMaracasVisu.git] /
1 /***************************************************************
2  * Name:      pCartoGUIManager.h
3  * Purpose:   Defines Application Frame
4  * Author:    Diego CACERES (diego.caceres[AT]creatis.insa-lyon.fr)
5  * Modified:  2011-04-03
6  * Copyright: Diego CACERES (http://www.creatis.insa-lyon.fr/~caceres/)
7  * License:
8  **************************************************************/
9
10 #ifndef STRUCTBUTTONCONTAINERSETTINGS_H_
11 #define STRUCTBUTTONCONTAINERSETTINGS_H_
12
13 #include <string.h>
14 #include <wx/panel.h>
15
16 typedef std::string StringType;
17 typedef wxPanel PanelButton;
18
19 struct BCSettingsStruct
20 {
21                 StringType groupName;
22                 StringType buttonName;
23                 StringType iconpath;
24                 StringType buttonDescription;
25                 PanelButton* panel;
26 };
27 #endif //STRUCTBUTTONCONTAINERSETTINGS_H_