]> Creatis software - creaMaracasVisu.git/blob - bbtk/bbs/boxes/HelpViewerNV.bbs
#3331 creaMaracasVisu Bug New Normal - Select contour with 2 points, HelpViewerNV
[creaMaracasVisu.git] / bbtk / bbs / boxes / HelpViewerNV.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box)
3 # - /home/davila/Creatis/C8/creatools_source/creaMaracasVisu/bbtk/bbs/boxes/HelpViewerNV.bbs
4 # ----------------------------------
5
6 include std
7 include itkvtk
8 include wx
9
10 define HelpViewerNV creaMaracasVisu
11
12 author "Author ??"
13 description "Description ??"
14
15 category "<VOID>"
16
17 new wx:LayoutLine Box02
18
19 new wx:OutputText Box03
20   set Box03.In "-Change Z: Drag right click mouse"
21
22 new wx:OutputText Box04
23   set Box04.In "-Zoom: Drag ctrl-right click mouse"
24
25 new wx:OutputText Box05
26   set Box05.In "-Zoom: Wheel mouse"
27
28 new wx:OutputText Box06
29   set Box06.In "-Move image: Drag shift-left click mouse"
30
31 new wx:OutputText Box07
32   set Box07.In "-Rotate image: Drag ctrl-middle click mouse"
33
34 new wx:OutputText Box08
35   set Box08.In "-Picker (position, gray level): Mouse move"
36
37 new wx:OutputText Box09
38   set Box09.In "-Move axes: Drag the axes with click mouse left"
39
40 new wx:OutputText Box10
41   set Box10.In "-Choose a point: Double click "
42
43 new wx:OutputText Box11
44   set Box11.In "-Brightness / Contrast: Drag middle click mouse "
45
46
47 connect Box11.Widget Box02.Widget1
48 connect Box03.Widget Box02.Widget2
49 connect Box04.Widget Box02.Widget3
50 connect Box05.Widget Box02.Widget4
51 connect Box06.Widget Box02.Widget5
52 connect Box07.Widget Box02.Widget6
53 connect Box08.Widget Box02.Widget7
54 connect Box09.Widget Box02.Widget8
55 connect Box10.Widget Box02.Widget9
56
57 # Complex input ports
58
59 # Complex output ports
60 output widget Box02.Widget " "
61
62 exec Box02
63
64 endefine