X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkWxBlackBox.cxx;h=a7d7442eafd1f128b4a83212e4d1830a1a029970;hb=ca57bbfa3922d84e77fc9dd2d5e731f6f0fe0c9c;hp=08c58c97554c34a08cd8bd92af7c73f8967a8026;hpb=c333db268f8b73bcf7fe7ff9eeed8394252f1c94;p=bbtk.git diff --git a/kernel/src/bbtkWxBlackBox.cxx b/kernel/src/bbtkWxBlackBox.cxx index 08c58c9..a7d7442 100644 --- a/kernel/src/bbtkWxBlackBox.cxx +++ b/kernel/src/bbtkWxBlackBox.cxx @@ -2,8 +2,8 @@ Program: bbtk Module: $RCSfile: bbtkWxBlackBox.cxx,v $ Language: C++ - Date: $Date: 2009/05/28 14:22:11 $ - Version: $Revision: 1.42 $ + Date: $Date: 2010/01/14 13:17:27 $ + Version: $Revision: 1.43 $ =========================================================================*/ /* --------------------------------------------------------------------- @@ -28,11 +28,8 @@ * knowledge of the CeCILL-B license and that you accept its terms. * ------------------------------------------------------------------------ */ - #ifdef _USE_WXWIDGETS_ - - /** * \file * \brief @@ -47,16 +44,8 @@ //#include "bbtkData.h" //#include "bbtkFactory.h" - - - namespace bbtk { - - - - - //========================================================================= // WxFrame //========================================================================= @@ -148,10 +137,6 @@ namespace bbtk } //================================================================== - - - - //========================================================================= // WxDialog //========================================================================= @@ -177,7 +162,7 @@ namespace bbtk BEGIN_EVENT_TABLE(WxDialog, wxDialog) EVT_CLOSE(WxDialog::OnCloseWindow) END_EVENT_TABLE(); - //================================================================== + //========================================================================= //========================================================================= WxDialog::WxDialog(WxBlackBox::Pointer b, @@ -211,7 +196,7 @@ namespace bbtk SetSizer(sizer); Layout(); } - //========================================================================= + //================================================================== //================================================================== WxDialog::~WxDialog() { @@ -232,11 +217,6 @@ namespace bbtk //================================================================== - - - - - //========================================================================= // WxBlackBox //========================================================================= @@ -310,6 +290,7 @@ namespace bbtk bbGetInputWinHeight() ) ); w->Show(); } + //================================================================== //================================================================== @@ -340,7 +321,7 @@ namespace bbtk bbGetWindow()->Show(); bbSetShown(true); } - } + } } //================================================================== @@ -364,10 +345,7 @@ namespace bbtk } //================================================================== - - }//namespace bbtk - #endif