]> Creatis software - bbtk.git/blob - packages/wx/bbs/appli/example_SpinCtrl.bbs
#3462 SpinCtrl box
[bbtk.git] / packages / wx / bbs / appli / example_SpinCtrl.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script
3 # - /home/davila/Creatis/C11/creatools_source/bbtk/packages/wx/bbs/appli/example_SpinCtrl.bbs
4 # ----------------------------------
5
6 # BBTK GEditor Script
7 # ----------------------
8
9 include std
10 include itkvtk
11 include wx
12
13 author "Author ??"
14 description "Description ??"
15 category "<VOID>"
16
17 new wx:SpinCtrl Box00
18   set Box00.Selected "50"
19   set Box00.Type "1"
20
21 new wx:LayoutLine Box01
22
23 new wx:OutputText Box02
24
25
26 connect Box00.Widget Box01.Widget1
27
28 connect Box02.Widget Box01.Widget5
29
30 connect Box00.BoxChange Box02.BoxExecute
31
32 connect Box00.Out Box02.In
33
34
35
36 # Complex input ports
37 exec Box01