From b9ca1333769f87c029430a9d14a7a9937d400f93 Mon Sep 17 00:00:00 2001 From: Fabien Costantini Date: Mon, 15 Sep 2008 08:41:54 +0000 Subject: Doxygen documentation WP8 Done. Reserved WP9, WP10. Will now check WP3 from engelsman and integrates it. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6250 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Round_Button.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Fl_Round_Button.cxx') diff --git a/src/Fl_Round_Button.cxx b/src/Fl_Round_Button.cxx index 7ea65bfd0..d86611e0c 100644 --- a/src/Fl_Round_Button.cxx +++ b/src/Fl_Round_Button.cxx @@ -32,6 +32,10 @@ #include #include +/** + Creates a new Fl_Round_Button widget using the given + position, size, and label string. +*/ Fl_Round_Button::Fl_Round_Button(int X,int Y,int W,int H, const char *l) : Fl_Light_Button(X,Y,W,H,l) { box(FL_NO_BOX); -- cgit v1.2.3