]> Creatis software - creaWT.git/blob - wt/bbtk_wt_PKG/bbs/appli/exampleInputText.bbs
000d0d9873f5140bc3ea3d3019f13e0c5384638a
[creaWT.git] / wt / bbtk_wt_PKG / bbs / appli / exampleInputText.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box)
3 # - /home/gonzalez/Documents/CREATOOLS/wt_library/wt/bbtk_wt_PKG/bbs/appli/exampleInputText.bbs
4 # ----------------------------------
5
6 include std
7 include itkvtk
8 include wt
9
10 define ComplexBoxName PackageName
11
12 author "gonzalez@creatis.insa-lyon.fr"
13 description "Description ??"
14
15 category "wt"
16
17 new InputText Box00
18
19 new OutputText Box01
20
21 new LayoutLine Box02
22
23
24 connect Box00.BoxChange Box01.BoxExecute
25 connect Box00.Out Box01.In
26 connect Box00.Widget Box02.Widget1
27 connect Box01.Widget Box02.Widget2
28
29 # Complex input ports
30
31 # Complex output ports
32
33 message  0
34 exec Box02
35
36 endefine