summaryrefslogtreecommitdiff
path: root/src/Fl_File_Chooser2.cxx
diff options
context:
space:
mode:
authorFabien Costantini <fabien@onepost.net>2008-10-03 11:20:50 +0000
committerFabien Costantini <fabien@onepost.net>2008-10-03 11:20:50 +0000
commitfabf5fc18167f73526c21842fa8e68da29647094 (patch)
treea5928a6b3f149ef4924574ce7854b55f621d9898 /src/Fl_File_Chooser2.cxx
parentb763b271a714628bf2a24571f9995b5d456b3070 (diff)
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
Diffstat (limited to 'src/Fl_File_Chooser2.cxx')
-rw-r--r--src/Fl_File_Chooser2.cxx15
1 files changed, 8 insertions, 7 deletions
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.
- <I>NOTE! Fl_File_Chooser doesn't delete extra widget in destructor!
- To prevent memory leakage don't forget delete unused extra widgets
- by yourself.</I>
+ \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.
//
//