reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25083 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-01-07 20:44:56 +00:00
parent 05fd1c9e8e
commit 32958cea3a
6 changed files with 261 additions and 17 deletions

View File

@@ -356,9 +356,9 @@ wxRect wxStatusBar_GetFieldRect(wxStatusBar *self,int i){
self->GetFieldRect(i, r);
return r;
}
static const wxString wxPySplitterNameStr(wxT(wxT("splitter")));
static const wxString wxPySashNameStr(wxT(wxT("sashWindow")));
static const wxString wxPySashLayoutNameStr(wxT(wxT("layoutWindow")));
static const wxString wxPySplitterNameStr(wxT("splitter"));
static const wxString wxPySashNameStr(wxT("sashWindow"));
static const wxString wxPySashLayoutNameStr(wxT("layoutWindow"));
#include <wx/popupwin.h>
@@ -777,8 +777,8 @@ IMP_PYCALLBACK_VOID_WXWINBASE(wxPyPanel, wxPanel, RemoveChild);
#include "wx/wxPython/printfw.h"
static const wxString wxPyPrintoutTitleStr(wxT(wxT("Printout")));
static const wxString wxPyPreviewCanvasNameStr(wxT(wxT("previewcanvas")));
static const wxString wxPyPrintoutTitleStr(wxT("Printout"));
static const wxString wxPyPreviewCanvasNameStr(wxT("previewcanvas"));