From 5af1531cd247912e41d443e16fdc8b9053245c04 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Mon, 17 Jan 2011 09:39:14 +0000 Subject: Fl_File_Chooser: removed the "Show hidden files" button for WIN32 where it's not relevant. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8286 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_File_Chooser.H | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FL') diff --git a/FL/Fl_File_Chooser.H b/FL/Fl_File_Chooser.H index 21fa8ddd8..6dcd480db 100644 --- a/FL/Fl_File_Chooser.H +++ b/FL/Fl_File_Chooser.H @@ -123,9 +123,11 @@ private: Fl_Return_Button *favOkButton; void cb_favOkButton_i(Fl_Return_Button*, void*); static void cb_favOkButton(Fl_Return_Button*, void*); +#ifndef WIN32 Fl_Check_Button *show_hidden; static void show_hidden_cb(Fl_Check_Button*, void*); void remove_hidden_files(); +#endif public: ~Fl_File_Chooser(); void callback(void (*cb)(Fl_File_Chooser *, void *), void *d = 0); -- cgit v1.2.3