summaryrefslogtreecommitdiff
path: root/src/Fl_File_Chooser2.cxx
diff options
context:
space:
mode:
authoryuri <yuri>2008-05-01 18:03:45 +0000
committeryuri <yuri>2008-05-01 18:03:45 +0000
commit385c38912e8227f45891db52fc682bb5782e1d29 (patch)
tree8d935b51157ce0b9b33c24cd2f5b27e96b84e8cf /src/Fl_File_Chooser2.cxx
parenta19a1da794e27571e8c5c9391e29d4da1e4524f4 (diff)
STR #1908 add Fl_Widget* add_extra(Fl_Widget*) function to Fl_File_Chooser class
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6120 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_File_Chooser2.cxx')
-rw-r--r--src/Fl_File_Chooser2.cxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Fl_File_Chooser2.cxx b/src/Fl_File_Chooser2.cxx
index 44d5534ad..c7d481df4 100644
--- a/src/Fl_File_Chooser2.cxx
+++ b/src/Fl_File_Chooser2.cxx
@@ -41,6 +41,13 @@
// quote_pathname() - Quote a pathname for a menu.
// unquote_pathname() - Unquote a pathname from a menu.
//
+// 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
+// destructor! To prevent memory leakage don't forget
+// delete unused extra widgets by yuorself.
+//
//
// Include necessary headers.