]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/bbs/appli/ExampleColorBar.bbs
Give the scripts kosher names
[creaMaracasVisu.git] / bbtk / bbs / appli / ExampleColorBar.bbs
diff --git a/bbtk/bbs/appli/ExampleColorBar.bbs b/bbtk/bbs/appli/ExampleColorBar.bbs
deleted file mode 100644 (file)
index c151c60..0000000
+++ /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