diff options
| author | Fabien Costantini <fabien@onepost.net> | 2009-03-24 01:40:44 +0000 |
|---|---|---|
| committer | Fabien Costantini <fabien@onepost.net> | 2009-03-24 01:40:44 +0000 |
| commit | 15489bda1b2c9a4db82965a85634674d5d7f2dbe (patch) | |
| tree | 0bd04bb1d127ad7aca0d09141993c32a20c2eb10 /FL/Fl_Widget.H | |
| parent | 2fb4b11e9140cbf7bc19c566c71cdb935296b4e3 (diff) | |
Major documentation update including: now html doc API is sorted, navigation problems/side effects fixed, html tags replaced by proper doxygen commands, parameters command switched from a to p. Includes a pdf update.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6716 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Widget.H')
| -rw-r--r-- | FL/Fl_Widget.H | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/FL/Fl_Widget.H b/FL/Fl_Widget.H index c7140657c..af8b3000e 100644 --- a/FL/Fl_Widget.H +++ b/FL/Fl_Widget.H @@ -815,8 +815,8 @@ public: /** Calls the widget callback. Causes a widget to invoke its callback function with arbitrary arguments. - \param[in] o call the callback with \a o as the widget argument - \param[in] arg call the callback with \a arg as the user data argument + \param[in] o call the callback with \p o as the widget argument + \param[in] arg call the callback with \p arg as the user data argument \see callback() */ void do_callback(Fl_Widget* o,long arg) {do_callback(o,(void*)arg);} @@ -834,14 +834,14 @@ public: /** Checks if w is a child of this widget. \param[in] w potential child widget - \return Returns 1 if \a w is a child of this widget, or is - equal to this widget. Returns 0 if \a w is NULL. + \return Returns 1 if \p w is a child of this widget, or is + equal to this widget. Returns 0 if \p w is NULL. */ int contains(const Fl_Widget *w) const ; /** Checks if this widget is a child of w. - Returns 1 if this widget is a child of \a w, or is - equal to \a w. Returns 0 if \a w is NULL. + Returns 1 if this widget is a child of \p w, or is + equal to \p w. Returns 0 if \p w is NULL. \param[in] w the possible parent widget. \see contains() */ |
