]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/creaButtonContainer/view/groupManager.cxx
creaButtonContainer & creaPanelButtonContainer: Updates in doxygen documentation...
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / creaButtonContainer / view / groupManager.cxx
index bdb49d2331d9e7295fb3620fcd97164b8925e8ef..86a461a1ed359e881d7c6be73487a252e0f3795c 100644 (file)
@@ -2,7 +2,7 @@
  * @file groupManager.cxx
  * @brief Implements the GroupManager class.
  * @author Diego CACERES (diego.caceres[AT]creatis.insa-lyon.fr)
- * @date  2011-05-24
+ * @date  2011-06-02
  */
 
 #include "groupManager.h"
@@ -21,7 +21,8 @@ namespace creaButtonContainer
                            wxDefaultValidator, _T("EXPBUTTON") );
                        this->Add( m_ExpansionButton, 1, wxALL | wxALIGN_LEFT | wxALIGN_TOP, 5 );
                        this->m_ButtonManager = new ButtonManager( buttonGroup );
-                       this->Add( this->m_ButtonManager, 1, wxALL | wxALIGN_LEFT | wxALIGN_TOP, 5 );
+                       this->Add( this->m_ButtonManager, 1, wxALL | wxALIGN_LEFT | wxALIGN_TOP,
+                           5 );
                }
                // ----------------------------------------------------------------------------------
                GroupManager::~GroupManager( )
@@ -68,10 +69,14 @@ namespace creaButtonContainer
                GroupManager::HideSubPanel( bool hide )
                {
                        if ( hide == true )
+                       {
                                this->m_ButtonManager->HideButtonManager( );
+                       }//fi
                        else
+                       {
                                this->m_ButtonManager->ShowButtonManager( );
+                       }//esle
                }
-               // ----------------------------------------------------------------------------------
+       // ----------------------------------------------------------------------------------
        }//ecapseman
 }//ecapseman