File/font/colour/dir picker fixes for GTK Universal

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40163 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell
2006-07-17 15:02:35 +00:00
parent 8399f4c6a7
commit 82540105e3
3 changed files with 6 additions and 3 deletions

View File

@@ -78,7 +78,8 @@ protected:
// NOTE: wxFileDirPickerCtrlBase will allocate a wx{File|Dir}PickerWidget and this
// requires that all classes being mapped as wx{File|Dir}PickerWidget have the
// same prototype for the contructor...
#if defined(__WXGTK26__) // since GTK >= 2.6, there is GtkFileButton
// since GTK >= 2.6, there is GtkFileButton
#if defined(__WXGTK26__) && !defined(__WXUNIVERSAL__)
#include "wx/gtk/filepicker.h"
#define wxFilePickerWidget wxFileButton
#define wxDirPickerWidget wxDirButton