// Fl_File_Chooser dialog for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2021 by Bill Spitzak and others.
// Copyright 1998-2024 by Bill Spitzak and others.
//
// This library is free software. Distribution and use rights are outlined in
// the file "COPYING" which should have been included with this file. If this
@ -76,7 +76,7 @@ Determines the type of file chooser presented to the user.
@@ -76,7 +76,7 @@ Determines the type of file chooser presented to the user.
}
decl {void update_preview();} {private local
}
Function {Fl_File_Chooser(const char *pathname, const char *pattern, int type_val, const char *title)} {open selected
Function {Fl_File_Chooser(const char *pathname, const char *pattern, int type_val, const char *title)} {open
} {
code {if (!prefs_) {
prefs_ = new Fl_Preferences(Fl_Preferences::CORE_USER, "fltk.org", "filechooser");
@ -86,10 +86,9 @@ Determines the type of file chooser presented to the user.
@@ -86,10 +86,9 @@ Determines the type of file chooser presented to the user.