]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkWxBlackBox.cxx
Disclaimers
[bbtk.git] / kernel / src / bbtkWxBlackBox.cxx
index 1983cb36492145a13a5ac1f87b599f3d4339c65a..a7d7442eafd1f128b4a83212e4d1830a1a029970 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkWxBlackBox.cxx,v $
   Language:  C++
-  Date:      $Date: 2009/05/28 08:12:06 $
-  Version:   $Revision: 1.41 $
+  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
   //=========================================================================
@@ -252,7 +232,6 @@ namespace bbtk
   void WxBlackBox::bbUserSetDefaultValues()
   {
     bbtkBlackBoxDebugMessage("widget",5,"WxBlackBox::bbUserSetDefaultValues()"<<std::endl);
-    //    bbSetWidgetEventHandler(0);
     bbmWindow = 0;
   }
   //=========================================================================
@@ -311,6 +290,7 @@ namespace bbtk
                             bbGetInputWinHeight() ) );
     w->Show();
    }
+
   //==================================================================    
 
   //==================================================================    
@@ -341,7 +321,7 @@ namespace bbtk
            bbGetWindow()->Show();
            bbSetShown(true);
          } 
-    }
+      }
   }
   //==================================================================    
 
@@ -365,10 +345,7 @@ namespace bbtk
   }
   //==================================================================    
 
-
-
 }//namespace bbtk
 
-
 #endif