From cb74ad8d12e03d219df87c69f6caef29afee4cfc Mon Sep 17 00:00:00 2001 From: guigues Date: Fri, 12 Sep 2008 12:49:16 +0000 Subject: [PATCH] *** empty log message *** --- packages/wx/bbs/appli/exampleRadioButton.bbs | 2 +- packages/wx/bbs/appli/exampleSimpleLayoutTDown.bbs | 2 ++ packages/wx/bbs/boxes/bbLayoutTDown.bbs | 4 +++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/packages/wx/bbs/appli/exampleRadioButton.bbs b/packages/wx/bbs/appli/exampleRadioButton.bbs index c8264c4..7feb402 100644 --- a/packages/wx/bbs/appli/exampleRadioButton.bbs +++ b/packages/wx/bbs/appli/exampleRadioButton.bbs @@ -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" diff --git a/packages/wx/bbs/appli/exampleSimpleLayoutTDown.bbs b/packages/wx/bbs/appli/exampleSimpleLayoutTDown.bbs index afbac15..344e48f 100644 --- a/packages/wx/bbs/appli/exampleSimpleLayoutTDown.bbs +++ b/packages/wx/bbs/appli/exampleSimpleLayoutTDown.bbs @@ -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 +*/ diff --git a/packages/wx/bbs/boxes/bbLayoutTDown.bbs b/packages/wx/bbs/boxes/bbLayoutTDown.bbs index b76a7b6..a8e3d93 100644 --- a/packages/wx/bbs/boxes/bbLayoutTDown.bbs +++ b/packages/wx/bbs/boxes/bbLayoutTDown.bbs @@ -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 + -- 2.45.1