#include overlay.h

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42362 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-10-24 22:20:45 +00:00
parent ae8635b6da
commit 66493fc767
4 changed files with 12 additions and 0 deletions

View File

@@ -13,6 +13,9 @@
// Not a %module // Not a %module
%{
#include <wx/overlay.h>
%}
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------

View File

@@ -3704,6 +3704,9 @@ SWIGINTERN void wxGraphicsContext_StrokeLineSegements(wxGraphicsContext *self,Py
#include "wx/dcgraph.h" #include "wx/dcgraph.h"
#include <wx/overlay.h>
SWIGINTERN void wxColourDatabase_Append(wxColourDatabase *self,wxString const &name,int red,int green,int blue){ SWIGINTERN void wxColourDatabase_Append(wxColourDatabase *self,wxString const &name,int red,int green,int blue){
self->AddColour(name, wxColour(red, green, blue)); self->AddColour(name, wxColour(red, green, blue));

View File

@@ -3708,6 +3708,9 @@ SWIGINTERN void wxGraphicsContext_StrokeLineSegements(wxGraphicsContext *self,Py
#include "wx/dcgraph.h" #include "wx/dcgraph.h"
#include <wx/overlay.h>
SWIGINTERN void wxColourDatabase_Append(wxColourDatabase *self,wxString const &name,int red,int green,int blue){ SWIGINTERN void wxColourDatabase_Append(wxColourDatabase *self,wxString const &name,int red,int green,int blue){
self->AddColour(name, wxColour(red, green, blue)); self->AddColour(name, wxColour(red, green, blue));

View File

@@ -3686,6 +3686,9 @@ SWIGINTERN void wxGraphicsContext_StrokeLineSegements(wxGraphicsContext *self,Py
#include "wx/dcgraph.h" #include "wx/dcgraph.h"
#include <wx/overlay.h>
SWIGINTERN void wxColourDatabase_Append(wxColourDatabase *self,wxString const &name,int red,int green,int blue){ SWIGINTERN void wxColourDatabase_Append(wxColourDatabase *self,wxString const &name,int red,int green,int blue){
self->AddColour(name, wxColour(red, green, blue)); self->AddColour(name, wxColour(red, green, blue));