Fixed typos and amended doxygen docs.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6560 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Albrecht Schlosser 2008-12-07 15:46:43 +00:00
parent e9aa104676
commit b856328f1f
2 changed files with 8 additions and 9 deletions

View File

@ -28,7 +28,7 @@
#include <FL/forms.H>
/**
Creates a new Fl_FormsPixmap widet using the given box type, position,
Creates a new Fl_FormsPixmap widget using the given box type, position,
size and label string.
\param[in] t box type
\param[in] X, Y, W, H position and size

View File

@ -137,14 +137,13 @@ Fl_Timer::~Fl_Timer() {
Creates a new Fl_Timer widget using the given type, position,
size, and label string. The type parameter can be any of the
following symbolic constants:
<UL>
<LI>FL_NORMAL_TIMER - The timer just does the callback and
displays the string "Timer" in the widget. </LI>
<LI>FL_VALUE_TIMER - The timer does the callback and displays
the current timer value in the widget. </LI>
<LI>FL_HIDDEN_TIMER - The timer just does the callback and
does not display anything. </LI>
</UL>
\li FL_NORMAL_TIMER - The timer just does the callback and
displays the string "Timer" in the widget.
\li FL_VALUE_TIMER - The timer does the callback and displays
the current timer value in the widget.
\li FL_HIDDEN_TIMER - The timer just does the callback and
does not display anything.
*/
Fl_Timer::Fl_Timer(uchar t, int X, int Y, int W, int H, const char* l)