Author: manolo
Date: 2012-02-20 04:05:15 -0800 (Mon, 20 Feb 2012)
New Revision: 9248
Log:
Fixed subwindow.cxx test file

Modified:
   branches/branch-3.0/test/subwindow.cxx

Modified: branches/branch-3.0/test/subwindow.cxx
===================================================================
--- branches/branch-3.0/test/subwindow.cxx      2012-02-20 12:03:14 UTC (rev 
9247)
+++ branches/branch-3.0/test/subwindow.cxx      2012-02-20 12:05:15 UTC (rev 
9248)
@@ -160,10 +160,10 @@
   new fltk3::Input(160,310,140,25,"input1:");
   new fltk3::Input(160,340,140,25,"input2:");
   (new fltk3::MenuButton(5,150,80,25,"menu&1"))->add(bigmess);
-  //testwindow *subwindow =
-  //  new testwindow(fltk3::DOWN_BOX,100,100,200,200,"inner");
-  fltk3::Group *subwindow = 
-    new fltk3::Group(100,100,200,200,"inner");
+  testwindow *subwindow =
+    new testwindow(fltk3::DOWN_BOX,100,100,200,200,"inner");
+  //fltk3::Group *subwindow = 
+  //  new fltk3::Group(100,100,200,200,"inner");
   subwindow->box(fltk3::DOWN_BOX);
   new fltk3::ToggleButton(110,110,80,80,"&inner");
   new EnterExit(10,110,80,80,"enterexit");
@@ -173,7 +173,7 @@
   subwindow->resizable(subwindow);
   window->resizable(subwindow);
   subwindow->end();
-  //subwindow->use_cursor(fltk3::CURSOR_HAND);
+  subwindow->use_cursor(fltk3::CURSOR_HAND);
   (new fltk3::Box(fltk3::NO_BOX,0,0,400,100,
             "A child fltk3::Window with children of its own may "
             "be useful for imbedding controls into a GL or display "

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to