1 /***************************************************************
2 * Name: pCartoGUIManager.h
3 * Purpose: Defines Application Frame
4 * Author: Diego CACERES (diego.caceres[AT]creatis.insa-lyon.fr)
6 * Copyright: Diego CACERES (http://www.creatis.insa-lyon.fr/~caceres/)
8 **************************************************************/
10 #ifndef STRUCTBUTTONCONTAINERSETTINGS_H_
11 #define STRUCTBUTTONCONTAINERSETTINGS_H_
16 typedef std::string StringType;
17 typedef wxPanel PanelButton;
19 struct BCSettingsStruct
22 StringType buttonName;
24 StringType buttonDescription;
27 #endif //STRUCTBUTTONCONTAINERSETTINGS_H_