DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2226
Version: 1.3-current
Fix Version: 1.3-current


Matt: Fl_Menu_add has already been fixed by r5856 -- basically, changing
the single letter argument list (t,s,c,v,f) to more descriptive names, eg:
----
-int Fl_Menu_::add(const char *t, int s, Fl_Callback *c,void *v,int f) {
+int Fl_Menu_::add(const char *label,int shortcut,Fl_Callback
*callback,void *userdata,int flags) {
----
..doxygen docs were modified to follow suit.

I think the only thing holding this STR open is the current complaints
from doxygen about fl_color_chooser()'s "m" flag, which engelsman
mentions, e.g.
----
$ pwd
/usr/local/src/fltk-1.3.x-svn/documentation

$ svnversion
7789

$ doxygen
/usr/local/src/fltk-1.3.x-svn/src/Fl_Printer.cxx:82: Warning: no uniquely
matching class member found for
  void Fl_Printer::set_current()
/usr/local/src/fltk-1.3.x-svn/src/Fl_Color_Chooser.cxx:602: Warning: The
following parameters of Fl_Color_Chooser::fl_color_chooser(const char
*name, uchar &r, uchar &g, uchar &b, int m) are not documented:
  parameter 'm'
/usr/local/src/fltk-1.3.x-svn/src/Fl_Color_Chooser.cxx:561: Warning: The
following parameters of Fl_Color_Chooser::fl_color_chooser(const char
*name, double &r, double &g, double &b, int m) are not documented:
  parameter 'm'
----

I'll see if I can see what's up with that, and close.


Link: http://www.fltk.org/str.php?L2226
Version: 1.3-current
Fix Version: 1.3-current

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

Reply via email to