X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fwx%2Fbbs%2Fappli%2FexampleRadioButton.bbs;h=7feb4021d1bdcdb477844f664f903c662287217a;hb=731d9ee262e286a24e3ea2776d8e914950840a2c;hp=955c829118269fdca3e89fb0b92de25eb34cf55b;hpb=253d8b9228b200d50992aa77749f1a04d212e24a;p=bbtk.git diff --git a/packages/wx/bbs/appli/exampleRadioButton.bbs b/packages/wx/bbs/appli/exampleRadioButton.bbs index 955c829..7feb402 100644 --- a/packages/wx/bbs/appli/exampleRadioButton.bbs +++ b/packages/wx/bbs/appli/exampleRadioButton.bbs @@ -16,10 +16,12 @@ new RadioButton rb set rb.In2 "Two/Dos/Thayn" set rb.In4 "Four/Quatro/Arbaa" set rb.In5 "Five/Cinco/Khamsin" - set rb.In8 "Twelve/Ocho/Thamanya" + set rb.In8 "Eight/Ocho/Thamanya" set rb.In 2 - -print $rb.Out$\n + set rb.WinHeight 160 + set rb.WinWidth 300 + +print "Initial value : $rb.Out$\n" new OutputText t set t.Title "This is what you clicked"