From fabf5fc18167f73526c21842fa8e68da29647094 Mon Sep 17 00:00:00 2001 From: Fabien Costantini Date: Fri, 3 Oct 2008 11:20:50 +0000 Subject: Fixed bad comments in fl_color_chooser, r g b param are in/out params and not in. Added param and return dox commands to these functions. Added a new Common Dialogs Module containing all fl_ask,fl,fl_color,fl_file dialogs. Fixed the fl_old_shortcut appearing in Fl_Button. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6367 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Button.H | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FL/Fl_Button.H') diff --git a/FL/Fl_Button.H b/FL/Fl_Button.H index 05b1b7585..9aabe5a95 100644 --- a/FL/Fl_Button.H +++ b/FL/Fl_Button.H @@ -43,7 +43,9 @@ are set to zero.*/ #define FL_HIDDEN_BUTTON 3 ///< for Forms compatibility +#ifndef FL_DOXYGEN extern FL_EXPORT int fl_old_shortcut(const char*); +#endif /** \class Fl_Button -- cgit v1.2.3