# ---------------------------------- # - BBTKGEditor v 1.2 BBS BlackBox Script (Complex Box) # - /Users/davila/Creatis/All3/creatools_source/bbtk/packages/wx/bbs/boxes/bbLayoutCenter.bbs # ---------------------------------- include std include itkvtk include wx define LayoutCenter wx author "Author ??" description "Description ??" category "" new LayoutLine Box00 set Box00.Orientation H new LayoutLine Box01 new LayoutLine Box02 connect Box02.Widget Box00.Widget1 connect Box01.Widget Box00.Widget3 # Complex input ports input Widget2 Box00.Widget2 " " # Complex output ports output Widget Box00.Widget " " endefine