# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script # - /home/davila/Creatis/C11/creatools_source/bbtk/packages/wx/bbs/appli/example_SpinCtrl.bbs # ---------------------------------- # BBTK GEditor Script # ---------------------- include std include itkvtk include wx author "Author ??" description "Description ??" category "" new wx:SpinCtrl Box00 set Box00.Selected "50" set Box00.Type "1" new wx:LayoutLine Box01 new wx:OutputText Box02 connect Box00.Widget Box01.Widget1 connect Box02.Widget Box01.Widget5 connect Box00.BoxChange Box02.BoxExecute connect Box00.Out Box02.In # Complex input ports exec Box01