summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2008-12-07 15:46:43 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2008-12-07 15:46:43 +0000
commitb856328f1f34b31b620fef264eac74570110246a (patch)
tree11f8a5da70edb8831b57c7ffc9c83df20d1fda1a
parente9aa1046761b7e2d370bbbc7ccfaad315bd0b828 (diff)
Fixed typos and amended doxygen docs.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6560 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--src/forms_pixmap.cxx2
-rw-r--r--src/forms_timer.cxx15
2 files changed, 8 insertions, 9 deletions
diff --git a/src/forms_pixmap.cxx b/src/forms_pixmap.cxx
index 9c768499f..9d46e4a83 100644
--- a/src/forms_pixmap.cxx
+++ b/src/forms_pixmap.cxx
@@ -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
diff --git a/src/forms_timer.cxx b/src/forms_timer.cxx
index ad4444572..180789bdc 100644
--- a/src/forms_timer.cxx
+++ b/src/forms_timer.cxx
@@ -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)