summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2010-04-14 08:07:53 +0000
committerManolo Gouy <Manolo>2010-04-14 08:07:53 +0000
commit4b321404576c3f7694931731558862a3f596fb0f (patch)
tree0fe7fa7b438d7a54ef3f0cf2e52410014ed2e085
parent7551309325ca119cc90a91060d8bf5be7dca6b09 (diff)
Making fl_old_shortcut() seen by Doxygen.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7499 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--FL/Fl_Button.H2
-rw-r--r--FL/fl_draw.H1
2 files changed, 1 insertions, 2 deletions
diff --git a/FL/Fl_Button.H b/FL/Fl_Button.H
index 4444df3be..22280e6a3 100644
--- a/FL/Fl_Button.H
+++ b/FL/Fl_Button.H
@@ -44,9 +44,7 @@
are set to zero.*/
#define FL_HIDDEN_BUTTON 3 ///< for Forms compatibility
-#ifndef FL_DOXYGEN
extern FL_EXPORT Fl_Shortcut fl_old_shortcut(const char*);
-#endif
/**
\class Fl_Button
diff --git a/FL/fl_draw.H b/FL/fl_draw.H
index 4a9c1fec3..f416d7363 100644
--- a/FL/fl_draw.H
+++ b/FL/fl_draw.H
@@ -704,6 +704,7 @@ FL_EXPORT void fl_scroll(int X, int Y, int W, int H, int dx, int dy,
void (*draw_area)(void*, int,int,int,int), void* data);
FL_EXPORT const char* fl_shortcut_label(unsigned int shortcut);
FL_EXPORT const char* fl_shortcut_label(unsigned int shortcut, const char **eom);
+FL_EXPORT unsigned int fl_old_shortcut(const char* s);
FL_EXPORT void fl_overlay_rect(int x,int y,int w,int h);
FL_EXPORT void fl_overlay_clear();
FL_EXPORT void fl_cursor(Fl_Cursor, Fl_Color fg=FL_BLACK, Fl_Color bg=FL_WHITE);