Author: manolo Date: 2012-05-20 10:14:48 -0700 (Sun, 20 May 2012) New Revision: 9539 Log: Fixed the Doxygen doc of fltk3::Slider::Slider(uchar t, int X, int Y, int W, int H, const char* L).
Modified: branches/branch-3.0/src/fltk3/Slider.cxx Modified: branches/branch-3.0/src/fltk3/Slider.cxx =================================================================== --- branches/branch-3.0/src/fltk3/Slider.cxx 2012-05-20 17:06:10 UTC (rev 9538) +++ branches/branch-3.0/src/fltk3/Slider.cxx 2012-05-20 17:14:48 UTC (rev 9539) @@ -56,10 +56,10 @@ /** - Creates a new fltk3::Slider widget using the given box type, position, + Creates a new fltk3::Slider widget using the given type, position, size, and label string. - \param[in] t the box type for this slider + \param[in] t the type for this slider (e.g., fltk3::VERTICAL) \param[in] X, Y, W, H position and size of widget \param[in] L the label text */ _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
