]> Creatis software - creaMiniTools.git/blob - bbtk_package_creaMiniTools/bbs/boxes/commandMenu.bbs
af09f1fff8093cf14c20bdac02016fa46ccfb092
[creaMiniTools.git] / bbtk_package_creaMiniTools / bbs / boxes / commandMenu.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.3 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
89 connect Box01.BoxChange Box05.BoxExecute
90 connect Box03.BoxChange Box04.BoxExecute
91 connect Box02.BoxChange Box06.BoxExecute
92 connect Box00.BoxChange Box07.BoxExecute
93 connect Box09.Widget Box10.Widget1
94 connect Box12.BoxChange Box14.BoxExecute
95 connect Box13.BoxChange Box15.BoxExecute
96 connect Box01.Widget Box17.Widget3
97 connect Box02.Widget Box17.Widget2
98 connect Box00.Widget Box17.Widget1
99 connect Box17.Widget Box09.Widget2
100 connect Box21.Widget Box11.Widget2
101 connect Box13.Widget Box21.Widget3
102 connect Box12.Widget Box21.Widget2
103 connect Box03.Widget Box21.Widget1
104 connect Box11.Widget Box23.Widget1
105 connect Box10.Widget Box22.Widget1
106 connect Box23.Widget Box22.Widget2
107 connect Box24.Widget Box21.Widget4
108 connect Box24.BoxChange Box25.BoxExecute
109
110
111 # Complex input ports
112
113 # Complex output ports
114 output CommandMenu Box22.Widget " "
115
116 endefine