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_timer.cxx | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'src/forms_timer.cxx') 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