]> Creatis software - bbtk.git/commitdiff
Descr
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Mon, 6 Oct 2008 09:05:07 +0000 (09:05 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Mon, 6 Oct 2008 09:05:07 +0000 (09:05 +0000)
packages/wx/src/bbwxLayoutTab.cxx
packages/wx/src/bbwxLayoutTab.h
packages/wx/src/bbwxSlider.cxx

index e72b1b9ecc566779c71651d86b84ed9bd32a2a2c..4f68b74fe5ecae2531d64451c0198b2df14012fe 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbwxLayoutTab.cxx,v $
   Language:  C++
-  Date:      $Date: 2008/06/19 09:46:46 $
-  Version:   $Revision: 1.3 $
+  Date:      $Date: 2008/10/06 09:05:07 $
+  Version:   $Revision: 1.4 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -56,9 +56,9 @@ namespace bbwx
        {
                  if (widgetchild!=NULL)
                  {
-                         widgetchild->Reparent(book);
-                         book->AddPage(widgetchild,  widgetchild->GetName() );
-                               widgetchild->Show();
+                          widgetchild->Reparent(book);
+                          book->AddPage(widgetchild, widgetchild->GetName() );
+                          widgetchild->Show();
                  }             
        }
 
index 4b247a3b6d75577200a6ab1b245741c687b5582c..00dfcbc51c265debaa1edf1b8c41e21e305b7a47 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbwxLayoutTab.h,v $
   Language:  C++
-  Date:      $Date: 2008/06/19 09:46:46 $
-  Version:   $Revision: 1.4 $
+  Date:      $Date: 2008/10/06 09:05:07 $
+  Version:   $Revision: 1.5 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -79,7 +79,7 @@ namespace bbwx
   BBTK_BEGIN_DESCRIBE_BLACK_BOX(LayoutTab,bbtk::WxBlackBox);
   BBTK_NAME("LayoutTab");
   BBTK_AUTHOR("eduardo.davila@creatis.insa-lyon.fr");
-  BBTK_DESCRIPTION("LayoutTab widget (wxNotebook)");
+  BBTK_DESCRIPTION("LayoutTab widget (wxNotebook) The label of each 'note book'  will be the name of the object it contains");
     // Already inserted for any WxBlackBox  BBTK_CATEGORY("widget");
     BBTK_INPUT(LayoutTab,Widget1,"widget 1",wxWindow*,"");
     BBTK_INPUT(LayoutTab,Widget2,"widget 2",wxWindow*,"");
index a66bac4e6a230ba5efba4b15895b9110a71982cc..bbaa71351b195a8788ac6174f1c4a036ec3397c5 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbwxSlider.cxx,v $
   Language:  C++
-  Date:      $Date: 2008/09/23 08:29:38 $
-  Version:   $Revision: 1.12 $
+  Date:      $Date: 2008/10/06 09:05:07 $
+  Version:   $Revision: 1.13 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -42,7 +42,7 @@ namespace bbwx
                             int vmin,
                             int vmax,
                             int value,
-              int reactiveontrack)
+                             int reactiveontrack)
     :  
     wxPanel( parent, -1, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL),
     mBox(box),