diff options
| author | Fabien Costantini <fabien@onepost.net> | 2008-09-15 17:46:42 +0000 |
|---|---|---|
| committer | Fabien Costantini <fabien@onepost.net> | 2008-09-15 17:46:42 +0000 |
| commit | d55dfeb5e954d650287320c5e2fe90befe6e2d60 (patch) | |
| tree | 04766beaa78172bceb742d8ced680447faf2bb98 /src/Fl_Widget.cxx | |
| parent | c975ec6dca1f1f48404d82643f2f250faee6c1bd (diff) | |
Doxygen documentation. Fixed somes typos and also H4 remanent misplaced tags and comments.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6258 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Widget.cxx')
| -rw-r--r-- | src/Fl_Widget.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Fl_Widget.cxx b/src/Fl_Widget.cxx index f96051a0e..3ebd25b86 100644 --- a/src/Fl_Widget.cxx +++ b/src/Fl_Widget.cxx @@ -35,9 +35,9 @@ //////////////////////////////////////////////////////////////// -// for compatability with Forms, all widgets without callbacks are +// for compatibility with Forms, all widgets without callbacks are // inserted into a "queue" when they are activated, and the forms -// compatability 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; @@ -47,7 +47,7 @@ static int obj_head, obj_tail; void Fl_Widget::default_callback(Fl_Widget *o, void * /*v*/) { #if 0 - // This is necessary for strict forms compatability but is confusing. + // This is necessary for strict forms compatibility but is confusing. // Use the parent's callback if this widget does not have one. for (Fl_Widget *p = o->parent(); p; p = p->parent()) if (p->callback() != default_callback) { |
