]> Creatis software - creaWT.git/blob - 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
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script
3 # - /tmpEED/creaWT/wt/bbtk_wt_PKG/bbs/appli/exampleInputText.bbs
4 # ----------------------------------
5
6 # BBTK GEditor Script
7 # ----------------------
8
9 include std
10 include itkvtk
11 include wt
12
13 author "gonzalez@creatis.insa-lyon.fr"
14 description "Description ??"
15 category "wt"
16
17 new wt:InputText Box00
18
19 new wt:OutputText Box01
20
21 new wt:LayoutLine Box02
22
23
24 connect Box00.BoxChange Box01.BoxExecute
25
26 connect Box00.Out Box01.In
27
28 connect Box00.Widget Box02.Widget1
29
30 connect Box01.Widget Box02.Widget2
31
32
33
34 # Complex input ports
35 exec Box02