]> Creatis software - creaMaracasVisu.git/blob
d151de3c52f03b4964835734371ec4a122cab74c
[creaMaracasVisu.git] /
1 #include <string.h>
2 #include <wx/panel.h>
3
4 typedef std::string StringType;
5 typedef wxPanel PanelButton;
6
7 struct BCSettingsStruct
8 {
9                 StringType groupName;
10                 StringType buttonName;
11                 StringType iconpath;
12                 StringType buttonDescription;
13                 PanelButton* panel;
14 };