diff options
| author | yuri <yuri> | 2008-06-17 08:44:21 +0000 |
|---|---|---|
| committer | yuri <yuri> | 2008-06-17 08:44:21 +0000 |
| commit | d2d7daa20a3caa5f727b147d09bbe2772ac98469 (patch) | |
| tree | eb128fd2c47c88c56b12d6941eb49c7223edcdef /documentation | |
| parent | 19ef41b8976bb41f74e8336af94aa2c2aa4588d8 (diff) | |
Fixed Fl_File_Chooser::add_extra docs.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6139 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/Fl_File_Chooser.html | 8 |
1 files changed, 8 insertions, 0 deletions
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. <LI><A HREF="#Fl_File_Chooser.Fl_File_Chooser">Fl_File_Chooser</A> <LI><A HREF="#Fl_File_Chooser.~Fl_File_Chooser">~Fl_File_Chooser</A> + <LI><A HREF="#Fl_File_Chooser.add_extra">add_extra</A> <LI><A HREF="#Fl_File_Chooser.color">color</A> <LI><A HREF="#Fl_File_Chooser.count">count</A> <LI><A HREF="#Fl_File_Chooser.directory">directory</A> @@ -291,5 +292,12 @@ for ( int t=1; t<=chooser->count(); t++ ) { <P>Returns 1 if the <CODE>Fl_File_Chooser</CODE> window is visible. +<H4><A NAME="Fl_File_Chooser.add_extra">Fl_Widget* add_extra(Fl_Widget*)</A></H4> +<P>Adds extra widget at the bottom of <CODE>Fl_File_Chooser</CODE> window. + Returns pointer for previous extra widget or <CODE>NULL</CODE> if not set previously. + If argument is <CODE>NULL</CODE> only remove previous extra widget.<BR> + <I>NOTE! <CODE>Fl_File_Chooser</CODE> doesn't delete extra widget in destructor! To prevent memory leakage don't forget + delete unused extra widgets by yuorself.</I> + </BODY> </HTML> |
