]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/creaPanelButtonContainer/structBCPSettings.h
2413 creaMaracasVisu Feature New Normal New blackBox BitmapButtonIcon and fix the...
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / creaPanelButtonContainer / structBCPSettings.h
index 1c74cf336ec8a800edbaf4e5365b7b8dd2d3a7c9..6802a2422d74db74b19ffc6ddd54c969818a4e54 100755 (executable)
@@ -35,6 +35,7 @@
 
 #include <string>
 #include <wx/panel.h>
+#include <wx/bitmap.h>
 
 /*!    @namespace <creaPanelButtonContainer>
  *     @brief Contains the creaPanelButtonContainer library included in creaMaracasVisu.
@@ -49,6 +50,7 @@ namespace creaPanelButtonContainer
                        std::string groupName; //! <The name of the group of buttons.
                        std::string buttonName; //! <The name of the button.
                        std::string iconpath; //! <The iconPath of the button.
+                       wxBitmap icon; //! <The icon of the button.
                        std::string buttonDescription; //! <The description of the button.
                        wxPanel* panel; //! <The panel of the button.
        };