Author: AlbrechtS
Date: 2013-03-10 08:14:03 -0700 (Sun, 10 Mar 2013)
New Revision: 9835
Log:
make schemes test window resizable.


Modified:
   branches/branch-1.3/test/unittest_schemes.cxx

Modified: branches/branch-1.3/test/unittest_schemes.cxx
===================================================================
--- branches/branch-1.3/test/unittest_schemes.cxx       2013-03-08 20:37:00 UTC 
(rev 9834)
+++ branches/branch-1.3/test/unittest_schemes.cxx       2013-03-10 15:14:03 UTC 
(rev 9835)
@@ -53,11 +53,11 @@
       st->window()->redraw();  // redraw window
     }
   }
-public: 
+public:
   static Fl_Widget *create() {
     return new SchemesTest(TESTAREA_X, TESTAREA_Y, TESTAREA_W, TESTAREA_H);
   }
-  SchemesTest(int X,int Y,int W,int H) : Fl_Group(X,Y,W,H) { 
+  SchemesTest(int X,int Y,int W,int H) : Fl_Group(X,Y,W,H) {
     schemechoice = new Fl_Choice(X+125,Y,140,25,"FLTK Scheme");
     schemechoice->add("none");
     schemechoice->add("plastic");
@@ -261,6 +261,7 @@
       } // Fl_Text_Editor* o
     }
     subwin->end();
+    subwin->resizable(subwin);
     subwin->show();
   }
 };

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

Reply via email to