diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2008-12-07 18:02:50 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2008-12-07 18:02:50 +0000 |
| commit | bdb7002d585783bbf91fc7b45ad7b9c20a754f84 (patch) | |
| tree | defa95c8799a7f2adc5784e07db95486d7ffeaeb /src/fl_labeltype.cxx | |
| parent | eaf604b4ed64410b42ef8568733e1005ca2860bc (diff) | |
Fixed typos and amended doxygen docs.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6564 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_labeltype.cxx')
| -rw-r--r-- | src/fl_labeltype.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_labeltype.cxx b/src/fl_labeltype.cxx index 9eb24a8b5..c7116855e 100644 --- a/src/fl_labeltype.cxx +++ b/src/fl_labeltype.cxx @@ -82,7 +82,7 @@ void Fl::set_labeltype(Fl_Labeltype t,Fl_Label_Draw_F* f,Fl_Label_Measure_F*m) //////////////////////////////////////////////////////////////// -/** draw label with arbitrary alignment in arbitrary box */ +/** Draws a label with arbitrary alignment in an arbitrary box. */ void Fl_Label::draw(int X, int Y, int W, int H, Fl_Align align) const { if (!value && !image) return; table[type](this, X, Y, W, H, align); |
