]> Creatis software - creaMiniTools.git/blob - bbtk_package_creaMiniTools/bbs/appli/manualPaint.bbs
8bb7b375ee25f3e49de1ecc0783967b5fcefa04c
[creaMiniTools.git] / bbtk_package_creaMiniTools / bbs / appli / manualPaint.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.2 BBS BlackBox Script
3 # - /Users/davila/Creatis/All3/creatools_source/creaMiniTools/bbtk_package_creaMiniTools/bbs/appli/manualPaint.bbs
4 # ----------------------------------
5
6 # BBTK GEditor Script
7 # ----------------------
8
9 include std
10 include itkvtk
11 include creaImageIO
12 include creaMaracasVisu
13 include wx
14 include creaMiniTools
15
16 author "Author ??"
17 description "Description ??"
18 category "<VOID>"
19
20 new ImagesChooserDialogBox Box09
21
22 new ViewerNV Box10
23
24 new ManualPaint Box11
25
26 new LayoutSplit Box12
27   set Box12.Orientation H
28   set Box12.Proportion 30
29
30 new LayoutSplit Box14
31   set Box14.Proportion 90
32
33 new SaveMHD-Button Box15
34
35
36 connect Box09.Out Box10.In
37 connect Box10.Widget Box12.Widget2
38 connect Box09.Out Box11.In
39 connect Box10.wxVtkBaseView2 Box11.WxVtkBaseView1
40 connect Box10.wxVtkBaseView3 Box11.WxVtkBaseView2
41 connect Box10.wxVtkBaseView4 Box11.WxVtkBaseView3
42 connect Box11.Widget Box14.Widget1
43 connect Box15.Widget Box14.Widget2
44 connect Box14.Widget Box12.Widget1
45 connect Box09.Out Box15.In
46
47 exec Box12