]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/creaPanelButtonContainer/creaPanelButtonContainer.h
#2620 creaMaracasVisu Feature New Normal - creaPanelButtonContainer New wxWidget...
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / creaPanelButtonContainer / creaPanelButtonContainer.h
index 24e7e783733685512ef26868a8c52c14db652547..71ec045bf70e8a1b53a2ab4a674124f146c98f1d 100644 (file)
@@ -47,6 +47,7 @@
 #include "functor.h"
 #include "listWx.h"
 #include "Settings.xpm"
+#include "comboBox.h"
 
 /*!    @namespace <creaPanelButtonContainer>
  *     @brief Contains the creaPanelButtonContainer library included in creaMaracasVisu.
@@ -82,6 +83,9 @@ namespace creaPanelButtonContainer
                         *      This class inherits from wxDialog and contains the wxListBox and wxButton.
                         */
                        typedef creaButtonContainer::view::ListConfigDialog ListConfigDialog;
+
+                       typedef creaButtonContainer::view::ComboBox ComboBox;
+
                        // ----------------------------------------------------------------------------------
                        //End MLER
                //end of typedef definition.
@@ -161,6 +165,8 @@ namespace creaPanelButtonContainer
                        ListWx* m_CurrentWxPanel;//!<This panel contains the final list of the elements .
 
                        wxBitmapButton* m_ConfigButton;//!< "Config" Settings button.
+
+                       ComboBox* m_ComboBoxPanel;//!<This panel contains the list of the comboBox elements.
                        //End MLER
 
                        DECLARE_EVENT_TABLE()