From d2d7daa20a3caa5f727b147d09bbe2772ac98469 Mon Sep 17 00:00:00 2001 From: yuri Date: Tue, 17 Jun 2008 08:44:21 +0000 Subject: Fixed Fl_File_Chooser::add_extra docs. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6139 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_File_Chooser.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'documentation') 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. + -- cgit v1.2.3