diff options
| author | Fabien Costantini <fabien@onepost.net> | 2008-09-14 20:00:03 +0000 |
|---|---|---|
| committer | Fabien Costantini <fabien@onepost.net> | 2008-09-14 20:00:03 +0000 |
| commit | 6645d3cb6ab0ce5b2dbbeb31ad818cb41e44e10e (patch) | |
| tree | fd047b16cb1b5151423f1895e86b5a94695bbf33 /src/Fl_Light_Button.cxx | |
| parent | f49e2a7af5b517124a855a8ab6380a74ad898a7f (diff) | |
Doxygen Documentation WP6 Done, Also completed the documentation of Help_View, Help_Dialog and cleaned up Preferences from ugly stars in comments and also removed redundant get/set text from methods doc. In this increment, we don't bother with the old dox format (comments in header). We have better things to do with our time (like about 40 mores files to doxyfy :-).
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6243 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
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); |
