]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/bbs/boxes/MeshContours_Interface.bbs
3517 ShowNPoints actual Point
[creaMaracasVisu.git] / bbtk / bbs / boxes / MeshContours_Interface.bbs
index 9f0e3196cf01fb958c514841d2466b889fa59fdd..59d28ca797419a968ae3ba0903a93a9a733757c9 100644 (file)
@@ -15,20 +15,27 @@ description "Description ??"
 category "<VOID>"
 
 new wx:LayoutLine Box54
-  set Box54.Orientation "V"
+  set Box54.Orientation "H"
 
 new wx:CheckBox Box07
   set Box07.In "false"
   set Box07.Title "Contour"
 
+new wx:ComboBox Box02
+  set Box02.In "0.5 1.0 1.5 2.0 2.5"
+  set Box02.Selection "1"
+  set Box02.Title "Line width  "
+
 
 connect Box07.Widget Box54.Widget3
+connect Box02.Widget Box54.Widget4
 
 # Complex input ports
 
 # Complex output ports
 output widget Box54.Widget " "
 output active Box07.Out " "
+output LineWidth Box02.OutString " "
 
 
 endefine