]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkWxBlackBox.cxx
Disclaimers
[bbtk.git] / kernel / src / bbtkWxBlackBox.cxx
index 08c58c97554c34a08cd8bd92af7c73f8967a8026..a7d7442eafd1f128b4a83212e4d1830a1a029970 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkWxBlackBox.cxx,v $
   Language:  C++
-  Date:      $Date: 2009/05/28 14:22:11 $
-  Version:   $Revision: 1.42 $
+  Date:      $Date: 2010/01/14 13:17:27 $
+  Version:   $Revision: 1.43 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
 *  knowledge of the CeCILL-B license and that you accept its terms.
 * ------------------------------------------------------------------------ */                                                                         
 
-
 #ifdef _USE_WXWIDGETS_
 
-
-
 /**
  *  \file 
  *  \brief 
 //#include "bbtkData.h"
 //#include "bbtkFactory.h"
 
-
-
-
 namespace bbtk
 {
-
-
-
-
   //=========================================================================
   // WxFrame
   //=========================================================================
@@ -148,10 +137,6 @@ namespace bbtk
     }
    //==================================================================
 
-
-
-
-
   //=========================================================================
   // WxDialog
   //=========================================================================
@@ -177,7 +162,7 @@ namespace bbtk
   BEGIN_EVENT_TABLE(WxDialog, wxDialog)
     EVT_CLOSE(WxDialog::OnCloseWindow)
     END_EVENT_TABLE();
-  //==================================================================
+  //=========================================================================
 
   //=========================================================================
   WxDialog::WxDialog(WxBlackBox::Pointer b,
@@ -211,7 +196,7 @@ namespace bbtk
     SetSizer(sizer);
     Layout();
   }
-  //=========================================================================
+  //==================================================================
   //==================================================================
   WxDialog::~WxDialog() 
     { 
@@ -232,11 +217,6 @@ namespace bbtk
    //==================================================================
 
 
-
-
-
-
-
  //=========================================================================
   // WxBlackBox
   //=========================================================================
@@ -310,6 +290,7 @@ namespace bbtk
                             bbGetInputWinHeight() ) );
     w->Show();
    }
+
   //==================================================================    
 
   //==================================================================    
@@ -340,7 +321,7 @@ namespace bbtk
            bbGetWindow()->Show();
            bbSetShown(true);
          } 
-    }
+      }
   }
   //==================================================================    
 
@@ -364,10 +345,7 @@ namespace bbtk
   }
   //==================================================================    
 
-
-
 }//namespace bbtk
 
-
 #endif