]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/bbs/appli/ExampleSlideMinMax.bbs
The bbtk folder with the maracasvisu bbtk package was added to the creaMaracasVisu...
[creaMaracasVisu.git] / bbtk / bbs / appli / ExampleSlideMinMax.bbs
diff --git a/bbtk/bbs/appli/ExampleSlideMinMax.bbs b/bbtk/bbs/appli/ExampleSlideMinMax.bbs
new file mode 100644 (file)
index 0000000..3eb6322
--- /dev/null
@@ -0,0 +1,14 @@
+load wx
+load std
+load maracasvisu
+
+new SliderMinMax sliderminmax
+set sliderminmax.Orientation 1
+set sliderminmax.InW 300
+set sliderminmax.InH 70
+set sliderminmax.InMax 250
+set sliderminmax.InMin 3
+
+#message All 9
+
+exec sliderminmax
\ No newline at end of file