summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2006-03-28 15:24:14 +0000
committerMatthias Melcher <fltk@matthiasm.com>2006-03-28 15:24:14 +0000
commit7e42a63aa6482c53e13582adf95c001f47886a52 (patch)
treeb01b6f9f27fc9e81c7f4940860a2c47dd676b25c /FL
parent37518df9b3a5634cb3e10b5a6e97acc0be209178 (diff)
ST 1148: a preselected filename will also be selected in the file chooser when popping up. I put a lot of effort into trying to make the chooser behave as it previously did in all other situations, e.g. to choose a directory
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4875 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_File_Chooser.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/FL/Fl_File_Chooser.H b/FL/Fl_File_Chooser.H
index a1ab93fc5..0022dfd50 100644
--- a/FL/Fl_File_Chooser.H
+++ b/FL/Fl_File_Chooser.H
@@ -145,6 +145,7 @@ public:
void preview(int e);
int preview() const { return previewButton->value(); };
void rescan();
+ void rescan_keep_filename();
void show();
int shown();
void textcolor(Fl_Color c);