Author: manolo
Date: 2011-01-30 00:45:34 -0800 (Sun, 30 Jan 2011)
New Revision: 8335
Log:
Reorganized Doxygen docs of Fl_Spinner::type() functions.

Modified:
   branches/branch-1.3/FL/Fl_Spinner.H

Modified: branches/branch-1.3/FL/Fl_Spinner.H
===================================================================
--- branches/branch-1.3/FL/Fl_Spinner.H 2011-01-30 08:36:33 UTC (rev 8334)
+++ branches/branch-1.3/FL/Fl_Spinner.H 2011-01-30 08:45:34 UTC (rev 8335)
@@ -233,14 +233,16 @@
   void         textsize(Fl_Fontsize s) {
                  input_.textsize(s);
                }
-  /** Sets or Gets the numeric representation in the input field.
-    Valid values are FL_INT_INPUT and FL_FLOAT_INPUT.
-    The first form also changes the format() template.
-    Setting a new spinner type via a superclass pointer will not work.
-    \note  type is not a virtual function. 
+  /** Gets the numeric representation in the input field.
+   \see Fl_Spinner::type(uchar) */
   */
   uchar                type() const { return (input_.type()); }
-  /** See uchar        Fl_Spinner::type() const */
+  /** Sets the numeric representation in the input field.
+   Valid values are FL_INT_INPUT and FL_FLOAT_INPUT.
+   Also changes the format() template.
+   Setting a new spinner type via a superclass pointer will not work.
+   \note  type is not a virtual function. 
+   */
   void         type(uchar v) { 
                   if (v==FL_FLOAT_INPUT) {
                     format("%.*f");

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

Reply via email to