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:
parent
00ff24c81c
commit
cc681534ed
@ -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__)
|
||||
|
Loading…
Reference in New Issue
Block a user