diff options
Diffstat (limited to 'src/Fl_File_Chooser2.cxx')
| -rw-r--r-- | src/Fl_File_Chooser2.cxx | 7 |
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. |
