diff options
Diffstat (limited to 'src/Fl_Round_Button.cxx')
| -rw-r--r-- | src/Fl_Round_Button.cxx | 4 |
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); |
