# ---------------------------------- # - BBTKGEditor v 1.2 BBS BlackBox Script (Complex Box) # - /Users/davila/Creatis/All3/creatools_source/creaMiniTools/bbtk_package_creaMiniTools/bbs/boxes/maxiToolsMenu.bbs # ---------------------------------- include std include itkvtk include wx include std define maxiToolsMenu creaMiniTools author "Author ??" description "Description ??" category "" new CommandButton Box00 set Box00.Label "creaContoursApp" new LayoutLine Box03 set Box03.WinTitle "maxiTools" new ExecSystemCommand Box04 set Box04.In "creaContourApp &" new OutputText Box07 set Box07.In "Select the Example" new CommandButton Box11 set Box11.Label "Image Tool" new ExecSystemCommand Box12 set Box12.In "bbi creaMiniTools/appli/ImageTool.bbs &" connect Box00.BoxChange Box04.BoxExecute connect Box07.Widget Box03.Widget1 connect Box00.Widget Box03.Widget2 connect Box11.BoxChange Box12.BoxExecute connect Box11.Widget Box03.Widget5 exec Box03 # Complex input ports # Complex output ports output widget Box03.Widget " " endefine