diff --git a/documentation/Fl_File_Chooser.html b/documentation/Fl_File_Chooser.html index b6559c04a..4b66137e9 100644 --- a/documentation/Fl_File_Chooser.html +++ b/documentation/Fl_File_Chooser.html @@ -114,6 +114,7 @@ code and changing it accordingly.
Returns 1 if the Fl_File_Chooser window is visible.
+
Adds extra widget at the bottom of Fl_File_Chooser window.
+ 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 yuorself.
+