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 --- src/Fl_File_Chooser2.cxx | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'src/Fl_File_Chooser2.cxx') diff --git a/src/Fl_File_Chooser2.cxx b/src/Fl_File_Chooser2.cxx index 49de39500..312f92e88 100644 --- a/src/Fl_File_Chooser2.cxx +++ b/src/Fl_File_Chooser2.cxx @@ -26,7 +26,9 @@ // // fabien: ATTENTION: Only Out Of Source Gen. because cxx/H files are autogenerated by fluid. - +/** \defgroup group_comdlg Common Dialogs classes and functions + @{ +*/ /** \class Fl_File_Chooser The Fl_File_Chooser widget displays a standard file selection dialog that supports various selection modes. @@ -110,6 +112,7 @@ can control their appearance and use. For more complex customization, consider copying the FLTK file chooser code and changing it accordingly. */ +/** @} */ /** \fn Fl_File_Chooser::Fl_File_Chooser(const char *pathname, const char *pattern, int type, const char *title) The constructor creates the Fl_File_Chooser dialog shown. @@ -284,9 +287,8 @@ Returns pointer for previous extra widget or NULL if not set previously. If argument is NULL only remove previous extra widget. - NOTE! Fl_File_Chooser doesn't delete extra widget in destructor! - To prevent memory leakage don't forget delete unused extra widgets - by yourself. + \note Fl_File_Chooser does \b not delete extra widget in destructor! + To prevent memory leakage, don't forget to delete unused extra widgets */ /** \fn int Fl_File_Chooser::shown() Returns non-zero if the file chooser main window show() has been called (but not hide() @@ -301,7 +303,6 @@ /** \fn void * Fl_File_Chooser::user_data() const Gets the file chooser user data d */ - // *** END OF OUT OF SOURCE DOC *** // Contents: @@ -324,9 +325,9 @@ // Fl_File_Chooser::add_extra() - add extra widget at the bottom, return pointer // to previous extra widget or NULL if none, // If argument is NULL extra widget removed. -// NOTE! file chooser don't delete extra widget in +// NOTE! file chooser does't delete extra widget in // destructor! To prevent memory leakage don't forget -// delete unused extra widgets by yuorself. +// delete unused extra widgets by yourself. // // -- cgit v1.2.3