summaryrefslogtreecommitdiff
path: root/FL/Fl_Gl_Window.H
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2011-01-01 14:01:53 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2011-01-01 14:01:53 +0000
commit7c8ef98a04fc964a861cff00540786640b793aec (patch)
treeb495af4ec83130307101dff3a45abb7977c16467 /FL/Fl_Gl_Window.H
parent01d966c835382c5a15ded5cb3461f7b80226888a (diff)
Documentation updates: removed three more \todo's.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8157 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Gl_Window.H')
-rw-r--r--FL/Fl_Gl_Window.H6
1 files changed, 1 insertions, 5 deletions
diff --git a/FL/Fl_Gl_Window.H b/FL/Fl_Gl_Window.H
index 6683546d4..53cdbd51c 100644
--- a/FL/Fl_Gl_Window.H
+++ b/FL/Fl_Gl_Window.H
@@ -206,11 +206,7 @@ public:
*/
void make_overlay_current();
- /** Returns an Fl_Gl_Window pointer if this widget is an Fl_Gl_Window.
- \retval NULL if this widget is not derived from Fl_Gl_Window.
- \note This method is provided to avoid dynamic_cast.
- \todo More documentation ...
- */
+ // Note: Doxygen docs in Fl_Widget.H to avoid redundancy.
virtual Fl_Gl_Window* as_gl_window() {return this;}
~Fl_Gl_Window();