summaryrefslogtreecommitdiff
path: root/src/forms_compatability.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2010-03-25 14:37:46 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2010-03-25 14:37:46 +0000
commitee2935de68ab9bac9dcf1594d9d82fb1b0cf759b (patch)
treea20c41b3afb27a0776ff6263eeeb2b0037091688 /src/forms_compatability.cxx
parent5591315e17b491f40fd816920bd50a2aa7e5c984 (diff)
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
Diffstat (limited to 'src/forms_compatability.cxx')
-rw-r--r--src/forms_compatability.cxx2
1 files changed, 2 insertions, 0 deletions
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: