diff options
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); |
