X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=creaWT.git;a=blobdiff_plain;f=wt%2Fbbtk_wt_PKG%2Fbbs%2Fappli%2FexampleRadioButton.bbs;h=67bcaf40038b52919de4cf39ac553bcd158a5965;hp=72fd69a187aff4b134311de974242ec87baf4c52;hb=ee0efa83913b71b511931be1af60965b287f417e;hpb=106d081dda7d76f3f42347b742fe568e0ca98f46 diff --git a/wt/bbtk_wt_PKG/bbs/appli/exampleRadioButton.bbs b/wt/bbtk_wt_PKG/bbs/appli/exampleRadioButton.bbs index 72fd69a..67bcaf4 100644 --- a/wt/bbtk_wt_PKG/bbs/appli/exampleRadioButton.bbs +++ b/wt/bbtk_wt_PKG/bbs/appli/exampleRadioButton.bbs @@ -1,20 +1,20 @@ # ---------------------------------- -# - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box) -# - /home/gonzalez/Documents/CREATOOLS/wt_library/wt/bbtk_wt_PKG/bbs/appli/exampleRadioButton.bbs +# - BBTKGEditor v 1.4 BBS BlackBox Script +# - /tmpEED/creaWT/wt/bbtk_wt_PKG/bbs/appli/exampleRadioButton.bbs # ---------------------------------- +# BBTK GEditor Script +# ---------------------- + include std include itkvtk include wt -define ComplexBoxName PackageName - author "Author ??" description "Description ??" - category "" -new RadioButton Box00 +new wt:RadioButton Box00 set Box00.In1 "0" set Box00.In2 "1" set Box00.In3 "2" @@ -22,21 +22,20 @@ new RadioButton Box00 set Box00.In5 "4" set Box00.Title "example" -new OutputText Box01 +new wt:OutputText Box01 -new LayoutLine Box02 +new wt: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 +# Complex input ports exec Box02 - -endefine