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.
  • Fl_File_Chooser
  • ~Fl_File_Chooser +
  • add_extra
  • color
  • count
  • directory @@ -291,5 +292,12 @@ for ( int t=1; t<=chooser->count(); t++ ) {

    Returns 1 if the Fl_File_Chooser window is visible. +

    Fl_Widget* add_extra(Fl_Widget*)

    +

    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. +