[ 1823588 ] gtk filedlg - droping support for gtk 2.2

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49649 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2007-11-05 18:43:14 +00:00
parent e815120e41
commit 700d08c109
7 changed files with 47 additions and 140 deletions

View File

@@ -9,10 +9,12 @@
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
#ifndef FILECTRL_H
#define FILECTRL_H
#ifndef _WX_GTK_FILECTRL_H_
#define _WX_GTK_FILECTRL_H_
#include "wx/control.h"
#include "wx/filectrl.h"
extern WXDLLEXPORT_DATA(const wxChar) wxFileSelectorDefaultWildcardStr[];
@@ -115,5 +117,5 @@ protected:
#endif // wxUSE_FILECTRL
#endif // FILECTRL_H
#endif // _WX_GTK_FILECTRL_H_