diff options
| author | engelsman <engelsman> | 2009-03-15 21:24:43 +0000 |
|---|---|---|
| committer | engelsman <engelsman> | 2009-03-15 21:24:43 +0000 |
| commit | 6eb194ae48657e3d12819e7d1b28c8b7550fb464 (patch) | |
| tree | 08086e430193e81e23df2ba5b9aafa48f142174b /FL | |
| parent | 023b77a1abb294aef53b2f9f1babf464548283e4 (diff) | |
added doxygen comments for remaining functions in fl_draw.H
Fl/fl_draw.H: \todo for fl_set_status(), fl_set_spot(), fl_reset_spot()
src/fl_symbols.cxx: fl_add_symbol(), fl_draw_symbol()
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6692 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/fl_draw.H | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/FL/fl_draw.H b/FL/fl_draw.H index 67b8b7e9a..b4cbe2117 100644 --- a/FL/fl_draw.H +++ b/FL/fl_draw.H @@ -444,8 +444,11 @@ FL_EXPORT const char* fl_expand_text(const char* from, char* buf, int maxbuf, int wrap, int draw_symbols = 0); // XIM: +/** \todo provide user documentation for fl_set_status function */ FL_EXPORT void fl_set_status(int X, int Y, int W, int H); +/** \todo provide user documentation for fl_set_spot function */ FL_EXPORT void fl_set_spot(int font, int size, int X, int Y, int W, int H, Fl_Window *win=0); +/** \todo provide user documentation for fl_reset_spot function*/ FL_EXPORT void fl_reset_spot(void); |
