]> Creatis software - bbtk.git/blob - packages/wx/bbs/boxes/bbLayoutCenter.bbs
320f055db4f61f0119a3395480164e963abb9b50
[bbtk.git] / packages / wx / bbs / boxes / bbLayoutCenter.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.2 BBS BlackBox Script (Complex Box)
3 # - /Users/davila/Creatis/All5/creatools_source/bbtk/packages/wx/bbs/boxes/bbLayoutCenter.bbs
4 # ----------------------------------
5
6 include std
7 include itkvtk
8 include wx
9
10 define LayoutCenter wx
11
12 author "Author ??"
13 description "Description ??"
14
15 category "<VOID>"
16
17 new LayoutLine Box00
18   set Box00.Orientation H
19
20 new LayoutLine Box01
21
22 new LayoutLine Box02
23
24
25 connect Box02.Widget Box00.Widget1
26 connect Box01.Widget Box00.Widget3
27
28
29 # Complex input ports
30 input Widget2 Box00.Widget2 " "
31 input WinTitle Box00.WinTitle " "
32
33 # Complex output ports
34 output Widget Box00.Widget " "
35
36 endefine