mirror of
https://github.com/fltk/fltk.git
synced 2026-06-05 08:06:35 +08:00
Corrected typo.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8591 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+1
-1
@@ -391,7 +391,7 @@ void Fl_Scroll::scrollbar_cb(Fl_Widget* o, void*) {
|
||||
<P>The destructor <I>also deletes all the children</I>. This allows a
|
||||
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 it's children can be automatic (local)
|
||||
Fl_Scroll and all of its children can be automatic (local)
|
||||
variables, but you must declare the Fl_Scroll<I>first</I>, so
|
||||
that it is destroyed last.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user