summaryrefslogtreecommitdiff
path: root/FL/Fl_Round_Clock.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Round_Clock.H')
-rw-r--r--FL/Fl_Round_Clock.H2
1 files changed, 2 insertions, 0 deletions
diff --git a/FL/Fl_Round_Clock.H b/FL/Fl_Round_Clock.H
index cffed6a9d..33ad726ba 100644
--- a/FL/Fl_Round_Clock.H
+++ b/FL/Fl_Round_Clock.H
@@ -33,8 +33,10 @@
#include "Fl_Clock.H"
+/** A clock widget of type FL_ROUND_CLOCK. Has no box. */
class Fl_Round_Clock : public Fl_Clock {
public:
+ /** Creates the clock widget, setting his type and box. */
Fl_Round_Clock(int x,int y,int w,int h, const char *l = 0)
: Fl_Clock(x,y,w,h,l) {type(FL_ROUND_CLOCK); box(FL_NO_BOX);}
};