X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fwx%2Fsrc%2FbbwxLayoutSplit.h;h=01827547ab0bdb547fa84fc5ec8f63e1aed06730;hb=973e1f112acd58fc3390fd0a4298a274fc58ebda;hp=2b549b58605802f3497c8e6b92db8020faa700fd;hpb=e4149b56dda0cfb15427533e6f573f09cd3ff74b;p=bbtk.git diff --git a/packages/wx/src/bbwxLayoutSplit.h b/packages/wx/src/bbwxLayoutSplit.h index 2b549b5..0182754 100644 --- a/packages/wx/src/bbwxLayoutSplit.h +++ b/packages/wx/src/bbwxLayoutSplit.h @@ -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 - +#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