]> git.saurik.com Git - wxWidgets.git/commitdiff
#include overlay.h
authorRobin Dunn <robin@alldunn.com>
Tue, 24 Oct 2006 22:20:45 +0000 (22:20 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 24 Oct 2006 22:20:45 +0000 (22:20 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42362 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_overlay.i
wxPython/src/gtk/_gdi_wrap.cpp
wxPython/src/mac/_gdi_wrap.cpp
wxPython/src/msw/_gdi_wrap.cpp

index 9f9f0f59b8fd526b0d14f56f256dc5686048b317..bc451978c8eafdb5bbbed9cd82b7c569eca807a0 100644 (file)
@@ -13,6 +13,9 @@
 // Not a %module
 
 
+%{
+#include <wx/overlay.h>
+%}
 
 //---------------------------------------------------------------------------
 
index 4faaf1a028f925c4bd8a46dd10f6d1effb122627..707540c764ab48080eb71989d4bf2d1c87b7e5b1 100644 (file)
@@ -3704,6 +3704,9 @@ SWIGINTERN void wxGraphicsContext_StrokeLineSegements(wxGraphicsContext *self,Py
 #include "wx/dcgraph.h"
 
 
+#include <wx/overlay.h>
+
+
 
 SWIGINTERN void wxColourDatabase_Append(wxColourDatabase *self,wxString const &name,int red,int green,int blue){
             self->AddColour(name, wxColour(red, green, blue));
index ae4633480997bf3fe7ae8e97be7dd5bded1628c1..ceb431498eb9a0121019156ad8a560311d5cfc29 100644 (file)
@@ -3708,6 +3708,9 @@ SWIGINTERN void wxGraphicsContext_StrokeLineSegements(wxGraphicsContext *self,Py
 #include "wx/dcgraph.h"
 
 
+#include <wx/overlay.h>
+
+
 
 SWIGINTERN void wxColourDatabase_Append(wxColourDatabase *self,wxString const &name,int red,int green,int blue){
             self->AddColour(name, wxColour(red, green, blue));
index cb9903276ad1c54a078b9623a462b0144ca407fa..e2c5f64fde49d73bac32c672a200d3485aa7395e 100644 (file)
@@ -3686,6 +3686,9 @@ SWIGINTERN void wxGraphicsContext_StrokeLineSegements(wxGraphicsContext *self,Py
 #include "wx/dcgraph.h"
 
 
+#include <wx/overlay.h>
+
+
 
 SWIGINTERN void wxColourDatabase_Append(wxColourDatabase *self,wxString const &name,int red,int green,int blue){
             self->AddColour(name, wxColour(red, green, blue));