# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box) # - /home/davila/Creatis/C8/creatools_source/creaMaracasVisu/bbtk/bbs/boxes/HelpViewerNV.bbs # ---------------------------------- include std include itkvtk include wx define HelpViewerNV creaMaracasVisu author "Author ??" description "Description ??" category "" new wx:LayoutLine Box02 new wx:OutputText Box03 set Box03.In "-Change Z: Drag right click mouse" new wx:OutputText Box04 set Box04.In "-Zoom: Drag ctrl-right click mouse" new wx:OutputText Box05 set Box05.In "-Zoom: Wheel mouse" new wx:OutputText Box06 set Box06.In "-Move image: Drag shift-left click mouse" new wx:OutputText Box07 set Box07.In "-Rotate image: Drag ctrl-middle click mouse" new wx:OutputText Box08 set Box08.In "-Picker (position, gray level): Mouse move" new wx:OutputText Box09 set Box09.In "-Move axes: Drag the axes with click mouse left" new wx:OutputText Box10 set Box10.In "-Choose a point: Double click " new wx:OutputText Box11 set Box11.In "-Brightness / Contrast: Drag middle click mouse " connect Box11.Widget Box02.Widget1 connect Box03.Widget Box02.Widget2 connect Box04.Widget Box02.Widget3 connect Box05.Widget Box02.Widget4 connect Box06.Widget Box02.Widget5 connect Box07.Widget Box02.Widget6 connect Box08.Widget Box02.Widget7 connect Box09.Widget Box02.Widget8 connect Box10.Widget Box02.Widget9 # Complex input ports # Complex output ports output widget Box02.Widget " " exec Box02 endefine