X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk%2Fbbs%2Fappli%2FExampleColorBar.bbs;fp=bbtk%2Fbbs%2Fappli%2FExampleColorBar.bbs;h=0000000000000000000000000000000000000000;hb=262d5abe9247ac141f42de90a4aead7db582776c;hp=c151c60f500f1e564b7eecac4b624de01417a943;hpb=40e10ac187f4d21e52464d2e6c84d1579e476a75;p=creaMaracasVisu.git diff --git a/bbtk/bbs/appli/ExampleColorBar.bbs b/bbtk/bbs/appli/ExampleColorBar.bbs deleted file mode 100644 index c151c60..0000000 --- a/bbtk/bbs/appli/ExampleColorBar.bbs +++ /dev/null @@ -1,22 +0,0 @@ -description "creaMaracasVisu::ColorBar box example. " -category "example" -author "eduardo.davila@creatis.insa-lyon.fr" - -load wx -load std -load creaMaracasVisu - -new ColorBar colorB -set colorB.Orientation 1 -set colorB.InW 300 -set colorB.InH 40 -set colorB.InMax 350 -set colorB.InMin 0 -set colorB.Reds " 255 0 255 10" -set colorB.Greens " 220 220 100 0" -set colorB.Blues " 0 15 0 255" -set colorB.Values " 30 110 200 250" - -#message All 9 - -exec colorB