]> Creatis software - bbtk.git/blobdiff - packages/wx/src/bbwxLayoutSplit.h
*** empty log message ***
[bbtk.git] / packages / wx / src / bbwxLayoutSplit.h
index 2b549b58605802f3497c8e6b92db8020faa700fd..01827547ab0bdb547fa84fc5ec8f63e1aed06730 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbwxLayoutSplit.h,v $
   Language:  C++
-  Date:      $Date: 2008/11/24 15:45:51 $
-  Version:   $Revision: 1.7 $
+  Date:      $Date: 2008/12/12 08:55:24 $
+  Version:   $Revision: 1.8 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -41,7 +41,7 @@
  */
 
 
-#ifdef _USE_WXWIDGETS_
+#ifdef USE_WXWIDGETS
 
 
 #ifndef __bbWxLayoutSplit_h__
@@ -50,7 +50,7 @@
 #include "bbtkWxBlackBox.h"
 #include <wx/splitter.h>
 
-
+#include "bbwx_EXPORT.h"
 
 namespace bbwx
 {
@@ -58,7 +58,8 @@ namespace bbwx
   
   
   
-  class LayoutSplit : public bbtk::WxBlackBox
+  //=================================================================
+  class bbwx_EXPORT LayoutSplit : public bbtk::WxBlackBox
   {
     
     BBTK_BLACK_BOX_INTERFACE(LayoutSplit,bbtk::WxBlackBox);
@@ -78,10 +79,11 @@ namespace bbwx
     virtual void bbUserConstructor();
 
   };
+  //=================================================================
   
  
-//=================================================================
-// BlackBox description
+  //=================================================================
+  // BlackBox description
   BBTK_BEGIN_DESCRIBE_BLACK_BOX(LayoutSplit,bbtk::WxBlackBox);
   BBTK_NAME("LayoutSplit");
   BBTK_AUTHOR("laurent.guigues@creatis.insa-lyon.fr");
@@ -90,7 +92,7 @@ namespace bbwx
   BBTK_INPUT(LayoutSplit,Widget1,"Upper or left widget",wxWindow*,"");
   BBTK_INPUT(LayoutSplit,Widget2,"Lower or right widget",wxWindow*,"");
   BBTK_INPUT(LayoutSplit,Orientation,"Orientation (default H), 0=H=HORIZONTAL , 1=V=VERTICAL",std::string,"");
-   BBTK_INPUT(LayoutSplit,Proportion,"Proportion (in percent) of the first children in the window",int,"");
+  BBTK_INPUT(LayoutSplit,Proportion,"Proportion (in percent) of the first children in the window",int,"");
   BBTK_END_DESCRIBE_BLACK_BOX(LayoutSplit);
   //=================================================================
 }
@@ -98,4 +100,4 @@ namespace bbwx
 //namespace bbtk
 #endif  //__bbtkWxLayoutSplit_h__
 
-#endif //_USE_WXWIDGETS_
+#endif //USE_WXWIDGETS