]> Creatis software - creaMiniTools.git/blob - bbtk_package_creaMiniTools/bbs/boxes/commandMenu.bbs
no message
[creaMiniTools.git] / bbtk_package_creaMiniTools / bbs / boxes / commandMenu.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.2 BBS BlackBox Script (Complex Box)
3 # - /Users/davila/Creatis/All5/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
83 connect Box01.BoxChange Box05.BoxExecute
84 connect Box03.BoxChange Box04.BoxExecute
85 connect Box02.BoxChange Box06.BoxExecute
86 connect Box00.BoxChange Box07.BoxExecute
87 connect Box09.Widget Box10.Widget1
88 connect Box12.BoxChange Box14.BoxExecute
89 connect Box13.BoxChange Box15.BoxExecute
90 connect Box01.Widget Box17.Widget3
91 connect Box02.Widget Box17.Widget2
92 connect Box00.Widget Box17.Widget1
93 connect Box17.Widget Box09.Widget2
94 connect Box21.Widget Box11.Widget2
95 connect Box13.Widget Box21.Widget3
96 connect Box12.Widget Box21.Widget2
97 connect Box03.Widget Box21.Widget1
98 connect Box11.Widget Box23.Widget1
99 connect Box10.Widget Box22.Widget1
100 connect Box23.Widget Box22.Widget2
101
102
103 # Complex input ports
104
105 # Complex output ports
106 output CommandMenu Box22.Widget " "
107
108 endefine