]> Creatis software - bbtk.git/commitdiff
*** empty log message ***
authorguigues <guigues>
Fri, 12 Sep 2008 12:49:16 +0000 (12:49 +0000)
committerguigues <guigues>
Fri, 12 Sep 2008 12:49:16 +0000 (12:49 +0000)
packages/wx/bbs/appli/exampleRadioButton.bbs
packages/wx/bbs/appli/exampleSimpleLayoutTDown.bbs
packages/wx/bbs/boxes/bbLayoutTDown.bbs

index c8264c42480cb29e3f3984871d7389e2427da4b0..7feb4021d1bdcdb477844f664f903c662287217a 100644 (file)
@@ -21,7 +21,7 @@ new RadioButton rb
  set rb.WinHeight 160
  set rb.WinWidth 300
   
-print $Initial value : rb.Out$\n
+print "Initial value : $rb.Out$\n"
 
 new OutputText t
  set t.Title "This is what you clicked"
index afbac15e965f58dc75db64cfaa8c19655842c733..344e48f53bf6969a30e0453bc314111697c9398f 100644 (file)
@@ -1,3 +1,4 @@
+/*
 description "Simple test of wx::LayoutTDown widgets"
 author "jean-pierre.roux@creatis.univ-lyon1.fr"
 category "example"
@@ -21,3 +22,4 @@ connect s2.Widget main.Widget2
 connect s3.Widget main.Widget3
 
 exec main
+*/
index b76a7b636cad4bcb1a88b20ee78af2645a00e34c..a8e3d9313dfc69363af89357863de9a9afad127b 100644 (file)
@@ -1,3 +1,4 @@
+
 load std
 load wx
 //                       ---------------
@@ -26,7 +27,7 @@ new MultipleInputs m
  connect currentBox.BoxChange m.In1
  connect up.BoxChange         m.In2
  
- input  WinTitle  currentBox.Title     "Title of the window (*)"
+ input  WinTitle  currentBox.WinTitle  "Title of the window (*)"
  input  WinHeight currentBox.WinHeight "Height of the window (*)"
  input  WinHide   currentBox.WinHide   "Any signal received hides the window (*)"
  input  WinClose  currentBox.WinClose  "Any signal received closes the window (*)"
@@ -40,3 +41,4 @@ new MultipleInputs m
  output BoxChange m.Out                "BoxChange"
  
 endefine
+