From 745cd4204a3d9cc379e99db6f6cf9d75d4337c3b Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 23 Jul 2002 15:14:17 +0000 Subject: 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 --- documentation/Fl_File_Chooser.html | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'documentation/Fl_File_Chooser.html') 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:

The sort member specifies the sort function that is used when loading the contents of a directory. +

Public Members

+ +

The Fl_File_Chooser class exports the "new +directory" (newButton) and "preview" +(previewButton) 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. +

Methods