+
load std
load wx
// ---------------
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 (*)"
output BoxChange m.Out "BoxChange"
endefine
+