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:
@@ -73,6 +73,10 @@
|
|||||||
#include <wx/datectrl.h>
|
#include <wx/datectrl.h>
|
||||||
#include <wx/power.h>
|
#include <wx/power.h>
|
||||||
#include <wx/hyperlink.h>
|
#include <wx/hyperlink.h>
|
||||||
|
#include <wx/pickerbase.h>
|
||||||
|
#include <wx/clrpicker.h>
|
||||||
|
#include <wx/filepicker.h>
|
||||||
|
#include <wx/fontpicker.h>
|
||||||
|
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
|
@@ -16,14 +16,6 @@
|
|||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
%newgroup
|
%newgroup
|
||||||
|
|
||||||
%{
|
|
||||||
#include <wx/pickerbase.h>
|
|
||||||
#include <wx/clrpicker.h>
|
|
||||||
#include <wx/filepicker.h>
|
|
||||||
#include <wx/fontpicker.h>
|
|
||||||
%}
|
|
||||||
|
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
wxPB_USE_TEXTCTRL,
|
wxPB_USE_TEXTCTRL,
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user