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:
parent
a0f81e9f15
commit
909b16f629
@ -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
|
||||
|
@ -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,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user