From 1977f13908b3fb2063976f4ad350bb635f14771c Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 1 Dec 2001 01:54:30 +0000 Subject: Updated Win32 MS-VisualC Workspace to run FLTK "out of the box": Donload the archive, unpack, start VisualC and press F5 to compile and run the demo and all other test programs... . browser: wouldn't find sample file CubeView: calls fluid in custom build step, unintialised position fast_slow: build calls fluid forms: added plastic buttons (cute) inactive: build calls fluid keyboard: build calls fluid, added mousewheel mandelbrot: build calls fluid resize: build calls fluid radio: build calls fluid shiny: build calls fluid tabs: build calls fluid valuators: build calls fluid, tiny scrollbar bug demo: debug on VC finds correct menu file git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1796 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/forms.cxx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'test/forms.cxx') diff --git a/test/forms.cxx b/test/forms.cxx index 6fb547d95..ba4731ff9 100644 --- a/test/forms.cxx +++ b/test/forms.cxx @@ -1,5 +1,5 @@ // -// "$Id: forms.cxx,v 1.4.2.4 2001/04/13 19:07:40 easysw Exp $" +// "$Id: forms.cxx,v 1.4.2.4.2.1 2001/12/01 01:54:30 matthiaswm Exp $" // // Another forms demo for the Fast Light Tool Kit (FLTK). // @@ -60,7 +60,9 @@ static VN_struct btypes[]= {FL_ROUNDED3D_UPBOX,"rounded3d upbox"}, {FL_ROUNDED3D_DOWNBOX,"rounded3d downbox"}, {FL_OVAL3D_UPBOX,"oval3d upbox"}, - {FL_OVAL3D_DOWNBOX,"oval3d downbox"}, + {FL_OVAL3D_DOWNBOX,"oval3d downbox"}, + {FL_PLASTIC_UP_BOX,"plastic upbox"}, + {FL_PLASTIC_DOWN_BOX,"plastic downbox"}, /* sentinel */ {-1} }; @@ -229,5 +231,5 @@ main (int argc, char *argv[]) } // -// End of "$Id: forms.cxx,v 1.4.2.4 2001/04/13 19:07:40 easysw Exp $". +// End of "$Id: forms.cxx,v 1.4.2.4.2.1 2001/12/01 01:54:30 matthiaswm Exp $". // -- cgit v1.2.3