]> Creatis software - creaMiniTools.git/blob - bbtk_package_creaMiniTools/bbs/boxes/commandMenu.bbs
b6bfa2fefa599bb70bc1d4ee1bdfeacf07a6fe11
[creaMiniTools.git] / bbtk_package_creaMiniTools / bbs / boxes / commandMenu.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.2 BBS BlackBox Script (Complex Box)
3 # - /Users/davila/Creatis/All3/creatools_source/creaMiniTools/bbtk_package_creaMiniTools/bbs/boxes/commandMenu.bbs
4 # ----------------------------------
5
6 include std
7 include itkvtk
8 include wx
9 include std
10
11 define CommandMenu creaMiniTools
12
13 author "Author ??"
14 description "Description ??"
15
16 category "<VOID>"
17
18 new CommandButton Box00
19   set Box00.Label "bbEditor"
20
21 new CommandButton Box01
22   set Box01.Label "bbi"
23
24 new CommandButton Box02
25   set Box02.Label "bbStudio"
26
27 new CommandButton Box03
28   set Box03.Label "Create New Project"
29
30 new ExecSystemCommand Box04
31   set Box04.In "creaNewProject &"
32
33 new ExecSystemCommand Box05
34   set Box05.In "bbi &"
35
36 new ExecSystemCommand Box06
37   set Box06.In "bbStudio &"
38
39 new ExecSystemCommand Box07
40   set Box07.In "bbEditor &"
41
42 new LayoutLine Box09
43   set Box09.Orientation H
44   set Box09.WinTitle "bbg/bbs"
45
46 new LayoutTab Box10
47   set Box10.WinTitle "DevelTools"
48
49 new LayoutLine Box11
50   set Box11.Orientation H
51   set Box11.WinTitle "C++"
52
53 new CommandButton Box12
54   set Box12.Label "Create Package BBTK"
55
56 new CommandButton Box13
57   set Box13.Label "Create Box BBTK"
58
59 new ExecSystemCommand Box14
60   set Box14.In "bbi toolsbbtk/appli/GUICreatePackage.bbs &"
61
62 new ExecSystemCommand Box15
63   set Box15.In "bbi toolsbbtk/appli/GUICreateBlackBox.bbs &"
64
65 new LayoutLine Box16
66
67 new LayoutLine Box17
68
69 new LayoutLine Box18
70
71 new LayoutLine Box19
72
73 new LayoutLine Box20
74
75 new LayoutLine Box21
76
77
78 connect Box01.BoxChange Box05.BoxExecute
79 connect Box03.BoxChange Box04.BoxExecute
80 connect Box02.BoxChange Box06.BoxExecute
81 connect Box00.BoxChange Box07.BoxExecute
82 connect Box09.Widget Box10.Widget1
83 connect Box11.Widget Box10.Widget2
84 connect Box12.BoxChange Box14.BoxExecute
85 connect Box13.BoxChange Box15.BoxExecute
86 connect Box01.Widget Box17.Widget3
87 connect Box02.Widget Box17.Widget2
88 connect Box00.Widget Box17.Widget1
89 connect Box18.Widget Box09.Widget3
90 connect Box17.Widget Box09.Widget2
91 connect Box16.Widget Box09.Widget1
92 connect Box20.Widget Box11.Widget1
93 connect Box21.Widget Box11.Widget2
94 connect Box19.Widget Box11.Widget3
95 connect Box13.Widget Box21.Widget3
96 connect Box12.Widget Box21.Widget2
97 connect Box03.Widget Box21.Widget1
98
99
100 # Complex input ports
101
102 # Complex output ports
103 output CommandMenu Box10.Widget " "
104
105 endefine