]> Creatis software - bbtk.git/blobdiff - kernel/appli/bbCreateBlackBox/xml-templates/widget-template.xml
DFCH: bbtkSystemTools class has been created and implemented
[bbtk.git] / kernel / appli / bbCreateBlackBox / xml-templates / widget-template.xml
index ec1d45b2c22babee01becd16cc624846a0a67d49..9bd511f210534265fd698a2c2a0732f8c2f4d8ad 100644 (file)
@@ -19,8 +19,7 @@
   <input name="In" type="std::string" description="Text"/>
 
   <createwidget><PRE>
-   bbSetOutputWidget( new wxStaticText ( bbGetWxParent() , -1 , _T("") ) );
-   Process();
+   bbSetOutputWidget( new wxStaticText ( parent , -1 , _T("") ) );
   </PRE></createwidget>
 
  <!--========================================================================
@@ -48,7 +47,6 @@
   </PRE>
   </constructor>
 
-</copyconstructor>
   <!-- THE COPY-CONSTRUCTION METHOD BODY :
     Here does nothing 
     But this is where you should allocate the output pointers if any
@@ -57,6 +55,8 @@
   <PRE>
 
   </PRE>
+  </copyconstructor>
+
   <!-- THE DESTRUCTION METHOD BODY :
     Here does nothing 
     but this is where you should desallocate the output pointers if any -->