]> Creatis software - bbtk.git/blobdiff - packages/wx/bbs/appli/exampleRadioButton.bbs
Fixes in some comments
[bbtk.git] / packages / wx / bbs / appli / exampleRadioButton.bbs
index 955c829118269fdca3e89fb0b92de25eb34cf55b..c8264c42480cb29e3f3984871d7389e2427da4b0 100644 (file)
@@ -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"