summaryrefslogtreecommitdiff
path: root/FL/Fl_Simple_Counter.H
diff options
context:
space:
mode:
authorFabien Costantini <fabien@onepost.net>2008-10-05 22:51:56 +0000
committerFabien Costantini <fabien@onepost.net>2008-10-05 22:51:56 +0000
commit908a2b5515a36778053187db0da60335c0361cde (patch)
tree3efd82127d1d149ab0b5398116b56aaac5df1e79 /FL/Fl_Simple_Counter.H
parentd4f47ee97e92f0ff0a7380607be26532db75ae36 (diff)
Doxygen documentation: added missing counter.gif image in Fl_Counter,Fl_Simple_Counter doc, also corrected some typos. Fl_Spinner is missing a gif file in class doc., would be nice to add a little one (could be extracted from valuators.gif)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6385 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Simple_Counter.H')
-rw-r--r--FL/Fl_Simple_Counter.H5
1 files changed, 4 insertions, 1 deletions
diff --git a/FL/Fl_Simple_Counter.H b/FL/Fl_Simple_Counter.H
index 0e1e1a4ef..3cf559fae 100644
--- a/FL/Fl_Simple_Counter.H
+++ b/FL/Fl_Simple_Counter.H
@@ -32,7 +32,10 @@
#define Fl_Simple_Counter_H
#include "Fl_Counter.H"
-/** This widget creates a counter with only 2 arrow buttons */
+/**
+ This widget creates a counter with only 2 arrow buttons
+ <P align=center>\image html counter.gif</P>
+*/
class Fl_Simple_Counter : public Fl_Counter {
public:
Fl_Simple_Counter(int x,int y,int w,int h, const char *l = 0)