From ee2935de68ab9bac9dcf1594d9d82fb1b0cf759b Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Thu, 25 Mar 2010 14:37:46 +0000 Subject: Fixed doxygen warnings and added a new documentation module "Callback function typedefs" so that they appear in an own documentation group. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7334 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/forms_compatability.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/forms_compatability.cxx') diff --git a/src/forms_compatability.cxx b/src/forms_compatability.cxx index 4e48b2db6..32219b48a 100644 --- a/src/forms_compatability.cxx +++ b/src/forms_compatability.cxx @@ -138,11 +138,13 @@ Fl_Widget *fl_check_forms() { void fl_set_graphics_mode(int /*r*/,int /*d*/) {} +#ifndef FL_DOXYGEN // FIXME: suppress doxygen warning void Fl_FormsText::draw() { draw_box(); align(align()|FL_ALIGN_INSIDE); // questionable method of compatibility draw_label(); } +#endif // Create a forms button by selecting correct fltk subclass: -- cgit v1.2.3