]> Creatis software - creaMiniTools.git/blobdiff - bbtk_package_creaMiniTools/bbs/boxes/helpMenu.bbs
no message
[creaMiniTools.git] / bbtk_package_creaMiniTools / bbs / boxes / helpMenu.bbs
diff --git a/bbtk_package_creaMiniTools/bbs/boxes/helpMenu.bbs b/bbtk_package_creaMiniTools/bbs/boxes/helpMenu.bbs
new file mode 100644 (file)
index 0000000..c650455
--- /dev/null
@@ -0,0 +1,36 @@
+# ----------------------------------
+# - BBTKGEditor v 1.2 BBS BlackBox Script (Complex Box)
+# - /Users/davila/Creatis/All3/creatools_source/creaMiniTools/bbtk_package_creaMiniTools/bbs/boxes/helpMenu.bbs
+# ----------------------------------
+
+include std
+include itkvtk
+include wx
+
+define helpMenu creaMiniTools
+
+author "Author ??"
+description "Description ??"
+
+category "<VOID>"
+
+new LayoutLine Box01
+  set Box01.WinTitle "Help"
+
+new LaunchBrowser Box02
+  set Box02.In "http://www.creatis.insa-lyon.fr/site/fr/CreatoolsDocumentation"
+
+new CommandButton Box03
+  set Box03.Label "www.creatis.insta-lyon.fr/site/creatools  ->  Documentation -> Getting started"
+
+
+connect Box03.BoxChange Box02.BoxExecute
+connect Box03.Widget Box01.Widget1
+
+
+# Complex input ports
+
+# Complex output ports
+output widget Box01.Widget " "
+
+endefine