]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/creaButtonContainer/view/buttonContainerPanel.cxx
creaButtonContainer, creaPanelButtonContainer. Cleaned 98% ready to be used :) :) :)
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / creaButtonContainer / view / buttonContainerPanel.cxx
index 3265447de31e53d75e8c3703609f2918acda461b..934d156ddf465ae30ad0e4bae8bd46efd029f001 100644 (file)
@@ -2,7 +2,7 @@
  * @file buttonGroup.cxx
  * @brief Implements the ButtonGroup class.
  * @author Diego CACERES (diego.caceres[AT]creatis.insa-lyon.fr)
- * @date  2011-05-24
+ * @date  2011-05-28
  */
 
 #include "buttonContainerPanel.h"
@@ -11,6 +11,11 @@ namespace creaButtonContainer
 {
        namespace view
        {
+               BEGIN_EVENT_TABLE(ButtonContainerPanel,wxScrolledWindow)
+               //(*EventTable(ButtonContainerPanel)
+               //*)
+               END_EVENT_TABLE()
+
                // ----------------------------------------------------------------------------------
                ButtonContainerPanel::ButtonContainerPanel( wxWindow* parent,
                    ButtonGroupSettings* settings ) :
@@ -18,7 +23,7 @@ namespace creaButtonContainer
                                parent,
                                -1,
                                wxDefaultPosition,
-                               wxSize( 400, 400 ),
+                               wxDefaultSize,
                                wxTAB_TRAVERSAL | wxVSCROLL | wxHSCROLL
                                    | wxFULL_REPAINT_ON_RESIZE, _T("creaButtonContainer") )
                {