]> Creatis software - bbtk.git/blobdiff - packages/wxvtk/bbs/appli/ExampleIsoSurfaceWithControls.bbs
*** empty log message ***
[bbtk.git] / packages / wxvtk / bbs / appli / ExampleIsoSurfaceWithControls.bbs
index 95dcfbd21f304033a9aca7a9c0b7f21fbe422ad2..b5c85967bf34a3882f6c3892c749407f2b4c1f65 100644 (file)
@@ -1,3 +1,7 @@
+description "Example of IsoSurfaceWithControls."
+author "laurent.guigues at creatis.insa-lyon.fr"
+category "example"
+
 include wxvtk/boxes/bbIsoSurfaceWithControls
 include vtk/boxes/bbLoadHola
  
@@ -17,7 +21,7 @@ connect surface1.BoxChange refresh.In1
 connect surface2.BoxChange refresh.In2
 connect refresh.Out viewer.BoxExecute
 
-new LayoutLine main
+new LayoutSplit main
 new LayoutLine controls
 connect viewer.Widget main.Widget1
 connect controls.Widget main.Widget2 
@@ -34,6 +38,8 @@ set surface2.Isovalue 200
 set surface2.Opacity 20
 set surface2.Title "Iso-surface 2"
 
+set main.WinWidth 1200
+set main.WinHide  1000
 
 #message All 9
 exec main