From 4bc22ed15d3ed21d49ce96e57412e2bfc9d0261c Mon Sep 17 00:00:00 2001 From: engelsman Date: Sun, 21 Sep 2008 08:00:32 +0000 Subject: doxygen comments for undocumented features of Fl_Clock, Fl_Check_Browser git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6327 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Clock.cxx | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src') diff --git a/src/Fl_Clock.cxx b/src/Fl_Clock.cxx index b13223c5e..ec2020c4a 100644 --- a/src/Fl_Clock.cxx +++ b/src/Fl_Clock.cxx @@ -74,6 +74,10 @@ static void rect(double x, double y, double w, double h) { fl_end_polygon(); } +/** + Draw clock with the given position and size. + \param[in] X, Y, W, H position and size +*/ void Fl_Clock_Output::draw(int X, int Y, int W, int H) { Fl_Color box_color = type()==FL_ROUND_CLOCK ? FL_GRAY : color(); Fl_Color shadow_color = fl_color_average(box_color, FL_BLACK, 0.5); @@ -107,6 +111,9 @@ void Fl_Clock_Output::draw(int X, int Y, int W, int H) { fl_pop_matrix(); } +/** + Draw clock with current position and size. +*/ void Fl_Clock_Output::draw() { draw(x(), y(), w(), h()); draw_label(); -- cgit v1.2.3