]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/creaButtonContainer/view/buttonContainerPanel.h
creaButtonContainer & creaPanelButtonContainer: Deep errors have been solved!! ready...
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / creaButtonContainer / view / buttonContainerPanel.h
index 063b9d5466bff8662bb0e75d543c6877879ebb05..579ac83941551e2a99bcbb470d003693f0c56e83 100644 (file)
@@ -13,6 +13,7 @@
 #include <wx/sizer.h>
 #include <list>
 #include <map>
+#include <exception>
 
 #include "buttonGroup.h"
 #include "groupManager.h"
@@ -49,6 +50,7 @@ namespace creaButtonContainer
                /*! @class ButtonContainerPanel buttonContainerPanel.h "buttonContainerPanel.h"
                 *  @brief This class is the container of the creaButtonContainer.
                 *  @details This class derives from wxScrolledWindow and manages the view of the buttonContainer.
+                *  @bug The scrolled it doesn't work! (to be changed soon)
                 *  @see <a href="http://docs.wxwidgets.org/stable/wx_wxscrolledwindow.html">wxScrolledWindow</a>
                 */
                class ButtonContainerPanel : public wxScrolledWindow