X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk_package_creaMiniTools%2Fbbs%2Fboxes%2FhelpMenu.bbs;h=33a1e68a36d6f758f27b1638a77677ef607dbd04;hb=e559d02c6375b5ac6652a1f49aa7ff52f4a33edc;hp=c6504553085f211248d29074d9965c00ae6a68a2;hpb=7c77d654ccb96dea5cb7ba70b16ded753b68e4a8;p=creaMiniTools.git diff --git a/bbtk_package_creaMiniTools/bbs/boxes/helpMenu.bbs b/bbtk_package_creaMiniTools/bbs/boxes/helpMenu.bbs index c650455..33a1e68 100644 --- a/bbtk_package_creaMiniTools/bbs/boxes/helpMenu.bbs +++ b/bbtk_package_creaMiniTools/bbs/boxes/helpMenu.bbs @@ -18,14 +18,22 @@ new LayoutLine Box01 set Box01.WinTitle "Help" new LaunchBrowser Box02 - set Box02.In "http://www.creatis.insa-lyon.fr/site/fr/CreatoolsDocumentation" + set Box02.In "www.creatis.insa-lyon.fr/site/fr/CreatoolsDocumentation" new CommandButton Box03 set Box03.Label "www.creatis.insta-lyon.fr/site/creatools -> Documentation -> Getting started" +new CommandButton Box04 + set Box04.Label "creaTools Web Site - www.creatis.insta-lyon.fr/site/creatools" + +new LaunchBrowser Box05 + set Box05.In "www.creatis.insa-lyon.fr" + connect Box03.BoxChange Box02.BoxExecute -connect Box03.Widget Box01.Widget1 +connect Box04.BoxChange Box05.BoxExecute +connect Box03.Widget Box01.Widget2 +connect Box04.Widget Box01.Widget1 # Complex input ports