Author: manolo Date: 2012-05-20 10:06:10 -0700 (Sun, 20 May 2012) New Revision: 9538 Log: Fixed the Doxygen doc of Fl_Slider::Fl_Slider(uchar t, int X, int Y, int W, int H, const char* L).
Modified: branches/branch-1.3/src/Fl_Slider.cxx Modified: branches/branch-1.3/src/Fl_Slider.cxx =================================================================== --- branches/branch-1.3/src/Fl_Slider.cxx 2012-05-20 16:59:36 UTC (rev 9537) +++ branches/branch-1.3/src/Fl_Slider.cxx 2012-05-20 17:06:10 UTC (rev 9538) @@ -42,7 +42,7 @@ } /** - Creates a new Fl_Slider widget using the given box type, position, + Creates a new Fl_Slider widget using the given type, position, size, and label string. */ Fl_Slider::Fl_Slider(uchar t, int X, int Y, int W, int H, const char* L) _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
