update minimum GTK2 version requirement to 2.6
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72001 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -129,7 +129,7 @@ protected:
|
||||
// requires that all classes being mapped as wx{File|Dir}PickerWidget have the
|
||||
// same prototype for the contructor...
|
||||
// since GTK >= 2.6, there is GtkFileButton
|
||||
#if defined(__WXGTK26__) && !defined(__WXUNIVERSAL__)
|
||||
#if defined(__WXGTK20__) && !defined(__WXUNIVERSAL__)
|
||||
#include "wx/gtk/filepicker.h"
|
||||
#define wxFilePickerWidget wxFileButton
|
||||
#define wxDirPickerWidget wxDirButton
|
||||
|
@@ -1649,7 +1649,6 @@
|
||||
// exact GTK version (without including GTK+ headers that we don't want to
|
||||
// include from our own public headers), just assume a recent GTK 2.x.
|
||||
#define __WXGTK20__
|
||||
#define __WXGTK26__
|
||||
#define __WXGTK210__
|
||||
#define __WXGTK218__
|
||||
//#define __WXGTK3__
|
||||
|
Reference in New Issue
Block a user