]> Creatis software - bbtk.git/blobdiff - packages/wxvtk/src/bbwxvtkViewer2D.h
bbtk now depends on crea !
[bbtk.git] / packages / wxvtk / src / bbwxvtkViewer2D.h
index c72b8c893a91dce1fd2834b7b2a8456de8d554de..cdb26f1c3162bbaa636b950192edb785c182dbde 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbwxvtkViewer2D.h,v $
   Language:  C++
-  Date:      $Date: 2008/12/09 15:25:08 $
-  Version:   $Revision: 1.13 $
+  Date:      $Date: 2008/12/11 15:30:17 $
+  Version:   $Revision: 1.15 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -30,8 +30,8 @@
  */
 
 
-#ifdef _USE_WXWIDGETS_
-#ifdef _USE_VTK_
+#ifdef USE_WXWIDGETS
+#ifdef USE_VTK
 
 
 #ifndef __bbwxvtkViewer2D_h__
@@ -63,11 +63,11 @@ namespace bbwxvtk
     BBTK_DECLARE_OUTPUT(Renderer,vtkRenderer*);
     BBTK_PROCESS(Process);
     BBTK_CREATE_WIDGET(CreateWidget);
-    BBTK_ON_SHOW_WIDGET(OnShowWidget);
+    //   BBTK_ON_SHOW_WIDGET(OnShowWidget);
     
     void Process();
     void CreateWidget(wxWindow*);
-    void OnShowWidget();
+    //    void OnShowWidget();
     void bbUserConstructor();
   };
    
@@ -91,5 +91,5 @@ namespace bbwxvtk
 
 #endif  //__bbwxvtkViewer2D_h__
 
-#endif //_USE_VTK_
-#endif //_USE_WXWIDGETS_
+#endif //USE_VTK
+#endif //USE_WXWIDGETS