/*************************************************************** * Name: pCartoGUIManager.h * Purpose: Defines Application Frame * Author: Diego CACERES (diego.caceres[AT]creatis.insa-lyon.fr) * Modified: 2011-04-03 * Copyright: Diego CACERES (http://www.creatis.insa-lyon.fr/~caceres/) * License: **************************************************************/ #ifndef STRUCTBUTTONCONTAINERSETTINGS_H_ #define STRUCTBUTTONCONTAINERSETTINGS_H_ #include #include typedef std::string StringType; typedef wxPanel PanelButton; struct BCSettingsStruct { StringType groupName; StringType buttonName; StringType iconpath; StringType buttonDescription; PanelButton* panel; }; #endif //STRUCTBUTTONCONTAINERSETTINGS_H_