Don't compile with < GTK 2.4

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling 2007-09-17 10:56:51 +00:00
parent 00ff24c81c
commit cc681534ed

View File

@ -16,6 +16,8 @@
#include "wx/filectrl.h"
#if defined(__WXGTK24__) && !defined(__WXUNIVERSAL__)
#ifndef WX_PRECOMP
# include "wx/sizer.h"
# include "wx/debug.h"
@ -429,4 +431,8 @@ void wxGtkFileCtrl::ShowHidden(const bool show)
gtk_file_chooser_set_show_hidden( m_fcWidget, ( show == true ) ? TRUE : FALSE );
}
#endif // wxUSE_FILECTRL
#endif
// wxUSE_FILECTRL
#endif
// if defined(__WXGTK24__) && !defined(__WXUNIVERSAL__)