]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkKWBlackBox.cxx
*** empty log message ***
[bbtk.git] / kernel / src / bbtkKWBlackBox.cxx
index 6994d8bcc5386662726e619c0ff308762a0f8fb3..08679361b1b485a4123fd916b7c12f5ba0e38066 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkKWBlackBox.cxx,v $
   Language:  C++
-  Date:      $Date: 2008/12/11 09:50:35 $
-  Version:   $Revision: 1.7 $
+  Date:      $Date: 2008/12/18 11:54:44 $
+  Version:   $Revision: 1.8 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -153,13 +153,19 @@ namespace bbtk
                win->Create();
                win->SetResizable(0,0);
 
-               bbUserCreateWidget(win->GetFrame());            
+               bbUserCreateWidget(win->GetFrame());
+               /*
+               KW::GetApplication()->Script
+                 ("pack %s -expand yes -fill both",
+                  bbGetOutputWidget()->GetWidgetName());
+               */
+               
                KW::GetApplication()->Script("place %s -x 0 -y 0 -width %d -height %d",
                                             bbGetOutputWidget()->GetWidgetName(),
                                             bbGetInputWinWidth(),
                                             bbGetInputWinHeight());
                
-
+