summaryrefslogtreecommitdiff
path: root/src/Fl_Round_Button.cxx
diff options
context:
space:
mode:
authorFabien Costantini <fabien@onepost.net>2008-09-15 08:41:54 +0000
committerFabien Costantini <fabien@onepost.net>2008-09-15 08:41:54 +0000
commitb9ca1333769f87c029430a9d14a7a9937d400f93 (patch)
tree61b8043afc286a950b7624004ed549f84531fdb3 /src/Fl_Round_Button.cxx
parentfdcfef214e67b0b1162ef4098ba960efd7049523 (diff)
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
Diffstat (limited to 'src/Fl_Round_Button.cxx')
-rw-r--r--src/Fl_Round_Button.cxx4
1 files changed, 4 insertions, 0 deletions
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 <FL/Fl.H>
#include <FL/Fl_Round_Button.H>
+/**
+ 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);