Use correct name for alternate constructor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25357 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -4,7 +4,6 @@
|
|||||||
#ifndef BUILDING_RENAMERS
|
#ifndef BUILDING_RENAMERS
|
||||||
|
|
||||||
%rename(GLContext) wxGLContext;
|
%rename(GLContext) wxGLContext;
|
||||||
%rename(GLCanvasWithContext) wxGLCanvasWithContext;
|
|
||||||
%rename(GLCanvas) wxGLCanvas;
|
%rename(GLCanvas) wxGLCanvas;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@@ -125,7 +125,7 @@ public:
|
|||||||
const wxPalette& palette = wxNullPalette);
|
const wxPalette& palette = wxNullPalette);
|
||||||
|
|
||||||
%addtofunc wxGLCanvas "val._setOORInfo(val)"
|
%addtofunc wxGLCanvas "val._setOORInfo(val)"
|
||||||
%name(wxGLCanvasWithContext)
|
%name(GLCanvasWithContext)
|
||||||
wxGLCanvas( wxWindow *parent,
|
wxGLCanvas( wxWindow *parent,
|
||||||
const wxGLContext *shared = NULL,
|
const wxGLContext *shared = NULL,
|
||||||
wxWindowID id = -1,
|
wxWindowID id = -1,
|
||||||
|
Reference in New Issue
Block a user