diff options
Diffstat (limited to 'src/Fl_Roller.cxx')
| -rw-r--r-- | src/Fl_Roller.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Fl_Roller.cxx b/src/Fl_Roller.cxx index 9a4947ef6..e12651e9b 100644 --- a/src/Fl_Roller.cxx +++ b/src/Fl_Roller.cxx @@ -169,6 +169,11 @@ void Fl_Roller::draw() { if (Fl::focus() == this) draw_focus(FL_THIN_UP_FRAME, x(), y(), w(), h()); } +/** + Creates a new Fl_Roller widget using the given position, + size, and label string. The default boxtype is FL_NO_BOX. + <P>Inherited destructor destroys the valuator. +*/ Fl_Roller::Fl_Roller(int X,int Y,int W,int H,const char* L) : Fl_Valuator(X,Y,W,H,L) { box(FL_UP_BOX); |
