X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=packages%2Fwx%2Fsrc%2FbbwxLayoutTab.h;h=f0e2c480ddc03e471a06c4916875f038bb8b828d;hb=973e1f112acd58fc3390fd0a4298a274fc58ebda;hp=6d973687c9a6384e96991d632bc4a7147d3dd4b1;hpb=e4149b56dda0cfb15427533e6f573f09cd3ff74b;p=bbtk.git diff --git a/packages/wx/src/bbwxLayoutTab.h b/packages/wx/src/bbwxLayoutTab.h index 6d97368..f0e2c48 100644 --- a/packages/wx/src/bbwxLayoutTab.h +++ b/packages/wx/src/bbwxLayoutTab.h @@ -2,8 +2,8 @@ Program: bbtk Module: $RCSfile: bbwxLayoutTab.h,v $ Language: C++ - Date: $Date: 2008/11/24 15:45:51 $ - Version: $Revision: 1.8 $ + Date: $Date: 2008/12/12 08:55:24 $ + Version: $Revision: 1.10 $ =========================================================================*/ /* --------------------------------------------------------------------- @@ -54,6 +54,7 @@ #include "bbtkWxBlackBox.h" #include +#include "bbwx_EXPORT.h" namespace bbwx { @@ -61,7 +62,7 @@ namespace bbwx - class /*BBTK_EXPORT*/ LayoutTab : public bbtk::WxBlackBox + class bbwx_EXPORT LayoutTab : public bbtk::WxBlackBox { BBTK_BLACK_BOX_INTERFACE(LayoutTab,bbtk::WxBlackBox); @@ -85,7 +86,7 @@ namespace bbwx protected: virtual void bbUserConstructor(); - void TryInsertWindow(wxNotebook *book, wxWindow *widgetchild); + void TryInsertWindow(wxNotebook *book, const std::string& input); };