summaryrefslogtreecommitdiff
path: root/src/Fl_Scroll.cxx
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2014-07-16 18:51:56 +0000
committerGreg Ercolano <erco@seriss.com>2014-07-16 18:51:56 +0000
commit7eb0c224df236115e85dbff6869e179e5333abac (patch)
tree6791e3c8ed0a792254995b6528b883c8f2abfb67 /src/Fl_Scroll.cxx
parentafcd967fd88b5cc0f7b43441d985ea739455e414 (diff)
* 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
Diffstat (limited to 'src/Fl_Scroll.cxx')
-rw-r--r--src/Fl_Scroll.cxx2
1 files changed, 1 insertions, 1 deletions
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_Scroll<I>first</I>, so
+ variables, but you must declare the Fl_Scroll <I>first</I>, so
that it is destroyed last.
*/
Fl_Scroll::Fl_Scroll(int X,int Y,int W,int H,const char* L)