]> Creatis software - creaMiniTools.git/blob - bbtk_package_creaMiniTools/bbs/boxes/helpMenu.bbs
#3160 CreaTools Bug New Normal Link documentation site creatis
[creaMiniTools.git] / bbtk_package_creaMiniTools / bbs / boxes / helpMenu.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box)
3 # - E:\creatis\creaToolsCompilation4\creatools_sources\creaMiniTools\bbtk_package_creaMiniTools\bbs\boxes\helpMenu.bbs
4 # ----------------------------------
5
6 include std
7 include itkvtk
8 include wx
9
10 define helpMenu creaMiniTools
11
12 author "Author ??"
13 description "Description ??"
14
15 category "<VOID>"
16
17 new wx:LayoutLine Box01
18   set Box01.WinTitle "Help"
19
20 new wx:LaunchBrowser Box02
21   set Box02.In "www.creatis.insa-lyon.fr/site7/en/CreatoolsDocumentation"
22
23 new wx:CommandButton Box03
24   set Box03.Label "www.creatis.insa-lyon.fr/site/creatools  ->  Documentation -> Getting started"
25
26 new wx:CommandButton Box04
27   set Box04.Label "creaTools Web Site  -  www.creatis.insa-lyon.fr/site/creatools"
28
29 new wx:LaunchBrowser Box05
30   set Box05.In "http://www.creatis.insa-lyon.fr/site7/fr/creatools_accueil"
31
32
33 connect Box03.BoxChange Box02.BoxExecute
34 connect Box04.BoxChange Box05.BoxExecute
35 connect Box03.Widget Box01.Widget2
36 connect Box04.Widget Box01.Widget1
37
38 # Complex input ports
39
40 # Complex output ports
41 output widget Box01.Widget " "
42
43
44 endefine