diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-09-29 14:38:59 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-09-29 14:38:59 +0000 |
| commit | 6a4714ce12d546c8131389853fe5593555c73b77 (patch) | |
| tree | 158726de167a805d6aaa325f8250b89bf3a2db08 /documentation/fltk.book | |
| parent | de6c7f66eeaeeae52ca33221db885ae6cd7ea114 (diff) | |
Fl_FileXYZ -> Fl_File_XYZ
Fl_HelpXYZ -> Fl_Help_XYZ
Fl_File_Chooser now supports directory choosing.
Added fl_dir_chooser() function.
Now set FLTK_DOCDIR env var in test/demo.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1612 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/fltk.book')
| -rw-r--r-- | documentation/fltk.book | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/fltk.book b/documentation/fltk.book index 394663b64..e8d0dc22c 100644 --- a/documentation/fltk.book +++ b/documentation/fltk.book @@ -25,15 +25,15 @@ Fl_Counter.html Fl_Dial.html Fl_Double_Window.html Fl_End.html -Fl_FileBrowser.html -Fl_FileChooser.html -Fl_FileIcon.html +Fl_File_Browser.html +Fl_File_Chooser.html +Fl_File_Icon.html Fl_Float_Input.html Fl_Free.html Fl_Gl_Window.html Fl_Group.html -Fl_HelpDialog.html -Fl_HelpView.html +Fl_Help_Dialog.html +Fl_Help_View.html Fl_Hold_Browser.html Fl_Input.html Fl_Input_.html |
