]> Creatis software - creaMiniTools.git/blob - bbtk_package_creaMiniTools/bbs/appli/exampleHistogramView.bbs
3fa25e1a92a713fc4cd486d7e7e73c05554e1be0
[creaMiniTools.git] / bbtk_package_creaMiniTools / bbs / appli / exampleHistogramView.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.2 BBS BlackBox Script
3 # - /home/pechan/Documents/courses/development/creatis/dev/src/creaMiniTools/examples/bbg/histogram/exampleHistogramView.bbs
4 # ----------------------------------
5
6 # BBTK GEditor Script
7 # ----------------------
8
9 include std
10 include itkvtk
11 include creaMaracasVisu
12 include creaImageIO
13 include wx
14
15 author "Author ??"
16 description "Description ??"
17 category "<VOID>"
18
19 new HistogramView Box00
20   set Box00.WinTitle "Histogram"
21
22 new ImagesChooserDialogBox Box01
23
24 new ViewerNV Box04
25   set Box04.Title "View"
26   set Box04.WinTitle "View"
27
28 new LayoutTab Box05
29
30 new LayoutLine Box07
31   set Box07.WinTitle "Histogram"
32
33 new LayoutLine Box08
34   set Box08.WinTitle "View"
35
36
37 connect Box01.Out Box00.In
38 connect Box01.Out Box04.In
39 connect Box00.Widget Box07.Widget1
40 connect Box07.Widget Box05.Widget1
41 connect Box04.Widget Box08.Widget1
42 connect Box08.Widget Box05.Widget2
43
44 exec Box05