From 385c38912e8227f45891db52fc682bb5782e1d29 Mon Sep 17 00:00:00 2001 From: yuri Date: Thu, 1 May 2008 18:03:45 +0000 Subject: 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 --- src/Fl_File_Chooser2.cxx | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/Fl_File_Chooser2.cxx') 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. -- cgit v1.2.3