new MultipleInputs m
connect currentBox.BoxChange m.In1
- connect up.BoxChange m.In2
- connect down.BoxChange m.In3
+ connect up.BoxChange m.In2
+ connect down.BoxChange m.In3
input WinTitle currentBox.WinTitle "Title of the window (*)"
input WinHeight currentBox.WinHeight "Height of the window (*)"
set surface.Title "Surface"
set surface.Vertical 0
- connect viewer.Widget main.Widget1
+ connect viewer.Widget main.Widget1
connect surface.Widget main.Widget2
# WE NEED A MultipleInputs BOX TO CONNECT BOTH
new MultipleInputs refresh
- connect surface.Out viewer.In1
+ connect surface.Out viewer.In1
connect surface.BoxChange refresh.In1
- connect refresh.Out viewer.BoxExecute
+ connect refresh.Out viewer.BoxExecute
set main.Proportion 80
- input In surface.In "Input image"
- output Widget main.Widget "Widget"
- input WinDialog main.WinDialog "Dialog mode"
- input WinTitle main.WinTitle "Title of the window"
- input WinWidth main.WinWidth "Width of the window"
- input WinHeight main.WinHeight "Height of the window"
- input BoxExecute refresh.In2 "Execute the box"
+ input In surface.In "Input image"
+ input WinDialog main.WinDialog "Dialog mode"
+ input WinTitle main.WinTitle "Title of the window"
+ input WinWidth main.WinWidth "Width of the window"
+ input WinHeight main.WinHeight "Height of the window"
+ input BoxExecute refresh.In2 "Execute the box"
+ output Widget main.Widget "Widget"
# EXECUTING THE COMPLEX BOX EXECUTES the main
exec main
endefine