diff options
Diffstat (limited to 'src/Fl_Value_Output.cxx')
| -rw-r--r-- | src/Fl_Value_Output.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Fl_Value_Output.cxx b/src/Fl_Value_Output.cxx index 90df41847..88aee2023 100644 --- a/src/Fl_Value_Output.cxx +++ b/src/Fl_Value_Output.cxx @@ -88,6 +88,11 @@ int Fl_Value_Output::handle(int event) { } } +/** + Creates a new Fl_Value_Output widget using the given + position, size, and label string. The default boxtype is FL_NO_BOX. + <P> Inherited destructor destroys the Valuator. +*/ Fl_Value_Output::Fl_Value_Output(int X, int Y, int W, int H,const char *l) : Fl_Valuator(X,Y,W,H,l) { box(FL_NO_BOX); |
