]> Creatis software - creaWT.git/blob - wt/bbtk_wt_PKG/bbs/appli/exampleRadioButton.bbs
#2691 creaWT Feature New Normal - Implementation temp files
[creaWT.git] / wt / bbtk_wt_PKG / bbs / appli / exampleRadioButton.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script
3 # - /tmpEED/creaWT/wt/bbtk_wt_PKG/bbs/appli/exampleRadioButton.bbs
4 # ----------------------------------
5
6 # BBTK GEditor Script
7 # ----------------------
8
9 include std
10 include itkvtk
11 include wt
12
13 author "Author ??"
14 description "Description ??"
15 category "<VOID>"
16
17 new wt:RadioButton Box00
18   set Box00.In1 "0"
19   set Box00.In2 "1"
20   set Box00.In3 "2"
21   set Box00.In4 "3"
22   set Box00.In5 "4"
23   set Box00.Title "example"
24
25 new wt:OutputText Box01
26
27 new wt:LayoutLine Box02
28
29
30 connect Box00.Widget Box02.Widget1
31
32 connect Box01.Widget Box02.Widget2
33
34 connect Box00.BoxChange Box01.BoxExecute
35
36 connect Box00.Out Box01.In
37
38
39
40 # Complex input ports
41 exec Box02