diff options
| author | engelsman <engelsman> | 2008-09-21 14:40:31 +0000 |
|---|---|---|
| committer | engelsman <engelsman> | 2008-09-21 14:40:31 +0000 |
| commit | efd1647a251cd300092e17d5bd98b4cea17a7acd (patch) | |
| tree | a16881cc6a4f4f231917f1cfe208ebd555f80cdf /FL/Fl_Dial.H | |
| parent | 9ce5dd8c736f6fb9fe130256279f4541740c6817 (diff) | |
doxygen comments for undocumented features of Fl_Dial, Fl_Counter
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6334 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Dial.H')
| -rw-r--r-- | FL/Fl_Dial.H | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/FL/Fl_Dial.H b/FL/Fl_Dial.H index 08f915e03..adfaf8005 100644 --- a/FL/Fl_Dial.H +++ b/FL/Fl_Dial.H @@ -36,9 +36,9 @@ #endif // values for type(): -#define FL_NORMAL_DIAL 0 -#define FL_LINE_DIAL 1 -#define FL_FILL_DIAL 2 +#define FL_NORMAL_DIAL 0 /**< type() for dial variant with dot */ +#define FL_LINE_DIAL 1 /**< type() for dial variant with line */ +#define FL_FILL_DIAL 2 /**< type() for dial variant with filled arc */ /** The Fl_Dial widget provides a circular dial to control a @@ -59,8 +59,8 @@ class FL_EXPORT Fl_Dial : public Fl_Valuator { protected: // these allow subclasses to put the dial in a smaller area: - void draw(int, int, int, int); - int handle(int, int, int, int, int); + void draw(int X, int Y, int W, int H); + int handle(int event, int X, int Y, int W, int H); void draw(); public: |
