]> Creatis software - creaWT.git/blobdiff - wt/bbtk_wt_PKG/bbs/appli/exampleInputText.bbs
#2691 creaWT Feature New Normal - Implementation temp files
[creaWT.git] / wt / bbtk_wt_PKG / bbs / appli / exampleInputText.bbs
index 000d0d9873f5140bc3ea3d3019f13e0c5384638a..ffa79ce91050b309732c31e72fc2db5f744fb25a 100644 (file)
@@ -1,36 +1,35 @@
 # ----------------------------------
-# - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box)
-# - /home/gonzalez/Documents/CREATOOLS/wt_library/wt/bbtk_wt_PKG/bbs/appli/exampleInputText.bbs
+# - BBTKGEditor v 1.4 BBS BlackBox Script
+# - /tmpEED/creaWT/wt/bbtk_wt_PKG/bbs/appli/exampleInputText.bbs
 # ----------------------------------
 
+# BBTK GEditor Script
+# ----------------------
+
 include std
 include itkvtk
 include wt
 
-define ComplexBoxName PackageName
-
 author "gonzalez@creatis.insa-lyon.fr"
 description "Description ??"
-
 category "wt"
 
-new InputText Box00
+new wt:InputText Box00
 
-new OutputText Box01
+new wt:OutputText Box01
 
-new LayoutLine Box02
+new wt:LayoutLine Box02
 
 
 connect Box00.BoxChange Box01.BoxExecute
+
 connect Box00.Out Box01.In
+
 connect Box00.Widget Box02.Widget1
+
 connect Box01.Widget Box02.Widget2
 
-# Complex input ports
 
-# Complex output ports
 
-message  0
+# Complex input ports
 exec Box02
-
-endefine