Wrong class used in _setCallbackInfo

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34391 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-05-29 00:37:25 +00:00
parent f623fe5af8
commit cccb455e30
2 changed files with 3 additions and 1 deletions

View File

@@ -141,6 +141,8 @@ shrink.
wxMSW: When converting a wx.Icon to a bitmap check if the icon has an wxMSW: When converting a wx.Icon to a bitmap check if the icon has an
alpha channel and set the bitmap to use it. alpha channel and set the bitmap to use it.
Fixed the wrong class name used in wx.PyScrolledWindow's call to
_setCallbackInfo.

View File

@@ -444,7 +444,7 @@ MustHaveApp(wxPyScrolledWindow);
class wxPyScrolledWindow : public wxScrolledWindow class wxPyScrolledWindow : public wxScrolledWindow
{ {
public: public:
%pythonAppend wxPyScrolledWindow "self._setOORInfo(self); self._setCallbackInfo(self, PyPanel)" %pythonAppend wxPyScrolledWindow "self._setOORInfo(self); self._setCallbackInfo(self, PyScrolledWindow)"
%pythonAppend wxPyScrolledWindow() "" %pythonAppend wxPyScrolledWindow() ""
wxPyScrolledWindow(wxWindow* parent, const wxWindowID id=-1, wxPyScrolledWindow(wxWindow* parent, const wxWindowID id=-1,