Fixed Fl_File_Chooser::add_extra docs.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6139 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
19ef41b897
commit
d2d7daa20a
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user