diff options
Diffstat (limited to 'src/Fl_Dial.cxx')
| -rw-r--r-- | src/Fl_Dial.cxx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Fl_Dial.cxx b/src/Fl_Dial.cxx index 3b76460d6..0426f55b3 100644 --- a/src/Fl_Dial.cxx +++ b/src/Fl_Dial.cxx @@ -135,7 +135,11 @@ int Fl_Dial::handle(int e) { } Fl_Dial::Fl_Dial(int X, int Y, int W, int H, const char* l) - : Fl_Valuator(X, Y, W, H, l) { +/** + Creates a new Fl_Dial widget using the given position, size, + and label string. The default type is FL_NORMAL_DIAL. +*/ +: Fl_Valuator(X, Y, W, H, l) { box(FL_OVAL_BOX); selection_color(FL_INACTIVE_COLOR); // was 37 a1 = 45; |
