#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:
@@ -13,6 +13,9 @@
|
|||||||
// Not a %module
|
// Not a %module
|
||||||
|
|
||||||
|
|
||||||
|
%{
|
||||||
|
#include <wx/overlay.h>
|
||||||
|
%}
|
||||||
|
|
||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@@ -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));
|
||||||
|
@@ -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));
|
||||||
|
@@ -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));
|
||||||
|
Reference in New Issue
Block a user