# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box) # - /home/gonzalez/Documents/CREATOOLS/wt_library/wt/bbtk_wt_PKG/bbs/appli/exampleRadioButton.bbs # ---------------------------------- include std include itkvtk include wt define ComplexBoxName PackageName author "Author ??" description "Description ??" category "" new RadioButton Box00 set Box00.In1 "0" set Box00.In2 "1" set Box00.In3 "2" set Box00.In4 "3" set Box00.In5 "4" set Box00.Title "example" new OutputText Box01 new LayoutLine Box02 connect Box00.Widget Box02.Widget1 connect Box01.Widget Box02.Widget2 connect Box00.BoxChange Box01.BoxExecute connect Box00.Out Box01.In # Complex input ports # Complex output ports message exec Box02 endefine