diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-07-23 15:14:17 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-07-23 15:14:17 +0000 |
| commit | 745cd4204a3d9cc379e99db6f6cf9d75d4337c3b (patch) | |
| tree | b7f145c11a10a9418388a2f5df61ce75675ab8fb /documentation/Fl_File_Chooser.html | |
| parent | 57cef6a4bde017e205e54271e769de0db596d893 (diff) | |
Make newButton and previewButton public, so that you can hide/disable them
as desired.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2544 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Fl_File_Chooser.html')
| -rw-r--r-- | documentation/Fl_File_Chooser.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/documentation/Fl_File_Chooser.html b/documentation/Fl_File_Chooser.html index 68f81bd4d..42b4a5a10 100644 --- a/documentation/Fl_File_Chooser.html +++ b/documentation/Fl_File_Chooser.html @@ -86,6 +86,15 @@ dialogs: <P>The <TT>sort</TT> member specifies the sort function that is used when loading the contents of a directory. +<H3>Public Members</H3> + +<P>The <CODE>Fl_File_Chooser</CODE> class exports the "new +directory" (<CODE>newButton</CODE>) and "preview" +(<CODE>previewButton</CODE>) widgets so that application +developers can control their appearance and use. For more +complex customization, consider copying the FLTK file chooser +code and changing it accordingly. + <H3>Methods</H3> <UL> |
