diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2008-09-20 22:46:24 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2008-09-20 22:46:24 +0000 |
| commit | b804e1f3ab455a86dcd345710ee5dcc1c2eab606 (patch) | |
| tree | 22582970a896ec8b35c0e93e5eecdf7d2686bf8b /src/Fl_Widget.cxx | |
| parent | fd407c7775dbfd8efd15afaaa89586cf2e8689e9 (diff) | |
Fixed some typos and links and added a section about document structure
and some more to development.dox.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6320 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Widget.cxx')
| -rw-r--r-- | src/Fl_Widget.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_Widget.cxx b/src/Fl_Widget.cxx index e03a44312..24f3a02ff 100644 --- a/src/Fl_Widget.cxx +++ b/src/Fl_Widget.cxx @@ -37,7 +37,7 @@ //////////////////////////////////////////////////////////////// // for compatibility with Forms, all widgets without callbacks are // inserted into a "queue" when they are activated, and the forms -// compatibility interaction functions (fl_do_events, etc) will +// compatibility interaction functions (fl_do_events, etc.) will // read one widget at a time from this queue and return it: const int QUEUE_SIZE = 20; @@ -136,7 +136,7 @@ extern void fl_throw_focus(Fl_Widget*); // in Fl_x.cxx /** Destroys the widget, taking care of throwing focus before if any. Destruction does not remove from any parent group! And groups when - destroyed destroy all their children. This is convienent and fast. + destroyed destroy all their children. This is convenient and fast. However, it is only legal to destroy a "root" such as an Fl_Window, and automatic destructors may be called. */ |
