From 7eb0c224df236115e85dbff6869e179e5333abac Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Wed, 16 Jul 2014 18:51:56 +0000 Subject: * Small doxygen doc improvements + elaborations * Small name change for new typedef. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10221 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Scroll.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Fl_Scroll.cxx') diff --git a/src/Fl_Scroll.cxx b/src/Fl_Scroll.cxx index 1df49b290..f385bd932 100644 --- a/src/Fl_Scroll.cxx +++ b/src/Fl_Scroll.cxx @@ -384,7 +384,7 @@ void Fl_Scroll::scrollbar_cb(Fl_Widget* o, void*) { whole tree to be deleted at once, without having to keep a pointer to all the children in the user code. A kludge has been done so the Fl_Scroll and all of its children can be automatic (local) - variables, but you must declare the Fl_Scrollfirst, so + variables, but you must declare the Fl_Scroll first, so that it is destroyed last. */ Fl_Scroll::Fl_Scroll(int X,int Y,int W,int H,const char* L) -- cgit v1.2.3