]> Creatis software - creaMiniTools.git/blob - bbtk_package_creaMiniTools/bbs/boxes/commandMenu.bbs
8df621f4923794441a9e7d9dc6ae49189144ca53
[creaMiniTools.git] / bbtk_package_creaMiniTools / bbs / boxes / commandMenu.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box)
3 # - /home/daniel/creatis/all/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
48 new LayoutLine Box11
49   set Box11.Orientation H
50   set Box11.WinTitle "C++"
51
52 new CommandButton Box12
53   set Box12.Label "Create Package BBTK"
54
55 new CommandButton Box13
56   set Box13.Label "Create Box BBTK"
57
58 new ExecSystemCommand Box14
59   set Box14.In "bbi toolsbbtk/appli/GUICreatePackage.bbs &"
60
61 new ExecSystemCommand Box15
62   set Box15.In "bbi toolsbbtk/appli/GUICreateBlackBox.bbs &"
63
64 new LayoutLine Box16
65
66 new LayoutLine Box17
67
68 new LayoutLine Box18
69
70 new LayoutLine Box19
71
72 new LayoutLine Box20
73
74 new LayoutLine Box21
75
76 new LayoutLine Box22
77   set Box22.Orientation H
78   set Box22.WinTitle "DevelTools"
79
80 new LayoutTab Box23
81
82 new CommandButton Box24
83   set Box24.Label "Plug Package"
84
85 new ExecSystemCommand Box25
86   set Box25.In "bbi toolsbbtk/appli/GUIPlugPackage.bbs &"
87
88 new CommandButton Box26
89   set Box26.Label "Crea Development Manager"
90
91 new ExecSystemCommand Box27
92   set Box27.In "creaDevManager &"
93
94
95 connect Box01.BoxChange Box05.BoxExecute
96 connect Box03.BoxChange Box04.BoxExecute
97 connect Box02.BoxChange Box06.BoxExecute
98 connect Box00.BoxChange Box07.BoxExecute
99 connect Box09.Widget Box10.Widget1
100 connect Box12.BoxChange Box14.BoxExecute
101 connect Box13.BoxChange Box15.BoxExecute
102 connect Box01.Widget Box17.Widget3
103 connect Box02.Widget Box17.Widget2
104 connect Box00.Widget Box17.Widget1
105 connect Box17.Widget Box09.Widget2
106 connect Box21.Widget Box11.Widget2
107 connect Box03.Widget Box21.Widget1
108 connect Box11.Widget Box23.Widget1
109 connect Box10.Widget Box22.Widget1
110 connect Box23.Widget Box22.Widget2
111 connect Box24.BoxChange Box25.BoxExecute
112 connect Box24.Widget Box21.Widget5
113 connect Box13.Widget Box21.Widget4
114 connect Box12.Widget Box21.Widget3
115 connect Box26.BoxChange Box27.BoxExecute
116 connect Box26.Widget Box21.Widget2
117
118 # Complex input ports
119
120 # Complex output ports
121 output CommandMenu Box22.Widget " "
122
123
124 endefine