X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fappli%2FbbCreateBlackBox%2Fxml-templates%2Fwidget-template.xml;h=18e3a5daf5111bfc85f9b54433e388253b69d51c;hb=7c65d379590ab8cd9a6160e5544630260075835a;hp=4e321db4dd9a015b9847b6ef4e7f7ba0cd72f85b;hpb=f87c49c48b5b99956697759168cffb06826e4fe8;p=bbtk.git diff --git a/kernel/appli/bbCreateBlackBox/xml-templates/widget-template.xml b/kernel/appli/bbCreateBlackBox/xml-templates/widget-template.xml index 4e321db..18e3a5d 100644 --- a/kernel/appli/bbCreateBlackBox/xml-templates/widget-template.xml +++ b/kernel/appli/bbCreateBlackBox/xml-templates/widget-template.xml @@ -1,36 +1,99 @@ - + + + - + __AUTHOR__ __DESCRIPTION__ __CategoryBlackBox__ + + + +
-   bbSetOutputWidget( new wxStaticText ( bbGetWxParent() , -1 , _T("") ) );
-   Process();
+   bbSetOutputWidget( new wxStaticText ( parent , -1 , _T("") ) );
   
- + + +
    std::string msg;
     if (bbGetInputTitle()!="")
       {
 	msg = bbGetInputTitle()+": " + bbGetInputIn();
-      }  
-    else 
+      }
+    else
       {
 	msg = bbGetInputIn();
       }
    ((wxStaticText*)bbGetOutputWidget())->SetLabel( bbtk::std2wx( msg ) ); 
   
- + + +
 
     bbSetInputIn("");
     bbSetInputTitle("");
-  
+ + + + + +
+
+  
+
+ + + + +
+
+  
+
+