diff options
Diffstat (limited to 'src/Fl_Light_Button.cxx')
| -rw-r--r-- | src/Fl_Light_Button.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Fl_Light_Button.cxx b/src/Fl_Light_Button.cxx index b4ca03a88..3dcfe6747 100644 --- a/src/Fl_Light_Button.cxx +++ b/src/Fl_Light_Button.cxx @@ -157,6 +157,11 @@ int Fl_Light_Button::handle(int event) { } } +/** + Creates a new Fl_Light_Button widget using the given + position, size, and label string. + <P>The destructor deletes the check button. +*/ Fl_Light_Button::Fl_Light_Button(int X, int Y, int W, int H, const char* l) : Fl_Button(X, Y, W, H, l) { type(FL_TOGGLE_BUTTON); |
