]> Creatis software - bbtk.git/commitdiff
tab char
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Fri, 21 Mar 2008 10:09:11 +0000 (10:09 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Fri, 21 Mar 2008 10:09:11 +0000 (10:09 +0000)
packages/wx/src/bbwxColourSelector.cxx

index cf6547e22681016f99d70b477e528646dbe694e8..341c6e4af3e22c2a591d53ce122da5685b6f0d17 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbwxColourSelector.cxx,v $
   Language:  C++
-  Date:      $Date: 2008/02/20 11:51:59 $
-  Version:   $Revision: 1.1 $
+  Date:      $Date: 2008/03/21 10:09:11 $
+  Version:   $Revision: 1.2 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
  *  \brief 
  */
 
-
 #ifdef _USE_WXWIDGETS_
 
-
 #include "bbwxColourSelector.h"
 #include "bbwxPackage.h"
 
 #include <wx/colordlg.h>
 
-
-
 namespace bbwx
 {
 
   BBTK_ADD_BLACK_BOX_TO_PACKAGE(wx,ColourSelector);
   BBTK_USER_BLACK_BOX_IMPLEMENTATION(ColourSelector,bbtk::AtomicBlackBox);
 
-
   void ColourSelector::bbUserConstructor()
   {
   }
 
   void ColourSelector::Process() 
-  { 
+   
       bbtkDebugMessageInc("Core",9,"ColourSelector::Process() ["
-                       <<bbGetFullName()<<"]"<<std::endl);
-    
+                          <<bbGetFullName()<<"]"<<std::endl);
+
       wxColourDialog *colordialog = new wxColourDialog( 0 );
       colordialog->ShowModal();
       if (colordialog->GetReturnCode()==wxID_OK)
@@ -60,7 +55,7 @@ namespace bbwx
       }
       bbtkDebugDecTab("Core",9); 
    }
-  
+
 //  void ColourSelector::CreateWidget()
 //  {
 //    mColorDialog = new wxColourSelector( 0 );