]> git.saurik.com Git - wxWidgets.git/commitdiff
Make the picker headers accessible to all
authorRobin Dunn <robin@alldunn.com>
Sat, 17 Jun 2006 20:50:01 +0000 (20:50 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 17 Jun 2006 20:50:01 +0000 (20:50 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39767 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/include/wx/wxPython/wxPython_int.h
wxPython/src/_picker.i

index d458cd50775937164ea980a591679b2d3e42f093..dac352d95dca9a06566db4d6132f2077e9df62fb 100644 (file)
 #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
index 089711b0a4bf3960922f676d33c9f484ef47c690..a324df12754f4ef956b16715ac2be4d9a96cb2d7 100644 (file)
 //---------------------------------------------------------------------------
 %newgroup
 
-%{
-#include <wx/pickerbase.h>
-#include <wx/clrpicker.h>
-#include <wx/filepicker.h>
-#include <wx/fontpicker.h>    
-%}
-
-
 enum {
      wxPB_USE_TEXTCTRL,
  };