Make the picker headers accessible to all

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39767 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2006-06-17 20:50:01 +00:00
parent a0f81e9f15
commit 909b16f629
2 changed files with 4 additions and 8 deletions

View File

@ -73,6 +73,10 @@
#include <wx/datectrl.h>
#include <wx/power.h>
#include <wx/hyperlink.h>
#include <wx/pickerbase.h>
#include <wx/clrpicker.h>
#include <wx/filepicker.h>
#include <wx/fontpicker.h>
#ifdef _MSC_VER

View File

@ -16,14 +16,6 @@
//---------------------------------------------------------------------------
%newgroup
%{
#include <wx/pickerbase.h>
#include <wx/clrpicker.h>
#include <wx/filepicker.h>
#include <wx/fontpicker.h>
%}
enum {
wxPB_USE_TEXTCTRL,
};