From b856328f1f34b31b620fef264eac74570110246a Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sun, 7 Dec 2008 15:46:43 +0000 Subject: Fixed typos and amended doxygen docs. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6560 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/forms_pixmap.cxx | 2 +- src/forms_timer.cxx | 15 +++++++-------- 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 /** - 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: - + + \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) -- cgit v1.2.3