X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkWxBlackBox.cxx;h=781d025850ac84431b22e70779d299bc0e23d4ad;hb=863de4f0ad1a8aa106a4893354aae3889354722c;hp=a66ecc617eb28f3c0c1c00c4c115505f2fd830fb;hpb=174ea6d71477e40679f4fd71952e3f2a03416098;p=bbtk.git diff --git a/kernel/src/bbtkWxBlackBox.cxx b/kernel/src/bbtkWxBlackBox.cxx index a66ecc6..781d025 100644 --- a/kernel/src/bbtkWxBlackBox.cxx +++ b/kernel/src/bbtkWxBlackBox.cxx @@ -3,8 +3,8 @@ Program: bbtk Module: $RCSfile: bbtkWxBlackBox.cxx,v $ Language: C++ - Date: $Date: 2008/04/24 10:11:28 $ - Version: $Revision: 1.16 $ + Date: $Date: 2008/05/15 08:02:36 $ + Version: $Revision: 1.20 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -93,6 +93,11 @@ namespace bbtk } //========================================================================= + //========================================================================= + void WxBlackBoxWindow::bbClose() + { + } + //========================================================================= //========================================================================= @@ -140,6 +145,7 @@ namespace bbtk <bbGetFullName()<<"]"<bbUserCreateWidget(); this->bbUserProcess(); bbShowWindow(); + // this->bbUserOnShow(); } //========================================================================= @@ -640,6 +663,19 @@ namespace bbtk //================================================================== + //================================================================== + void WxBlackBox::bbCloseWindow() + { + bbtkDebugMessageInc("wx",1,"=> WxBlackBox::bbCloseWindow() [" + <bbClose(); + + bbtkDebugMessageDec("wx",1,"<= WxBlackBox::bbCloseWindow() [" + <