]> Creatis software - bbtk.git/blobdiff - packages/wx/src/bbwxLayoutTab.h
*** empty log message ***
[bbtk.git] / packages / wx / src / bbwxLayoutTab.h
index 1f76929da1380c1ef64c7d8c07ea2ebaf74f7314..ee306d782fa12d7429f691511024366f605d422a 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbwxLayoutTab.h,v $
   Language:  C++
-  Date:      $Date: 2008/11/13 14:46:46 $
-  Version:   $Revision: 1.7 $
+  Date:      $Date: 2008/11/25 13:18:33 $
+  Version:   $Revision: 1.9 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -80,12 +80,12 @@ namespace bbwx
     BBTK_ON_SHOW_WIDGET(OnShowWidget);
  
     void Process();
-    void CreateWidget();
+    void CreateWidget(wxWindow*);
     void OnShowWidget();
 
   protected:
        virtual void bbUserConstructor();
-       void TryInsertWindow(wxNotebook *book, wxWindow *widgetchild);
+    void TryInsertWindow(wxNotebook *book, const std::string& input);
 
   };