git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34391
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxMSW: When converting a wx.Icon to a bitmap check if the icon has an
alpha channel and set the bitmap to use it.
+Fixed the wrong class name used in wx.PyScrolledWindow's call to
+_setCallbackInfo.
class wxPyScrolledWindow : public wxScrolledWindow
{
public:
- %pythonAppend wxPyScrolledWindow "self._setOORInfo(self); self._setCallbackInfo(self, PyPanel)"
+ %pythonAppend wxPyScrolledWindow "self._setOORInfo(self); self._setCallbackInfo(self, PyScrolledWindow)"
%pythonAppend wxPyScrolledWindow() ""
wxPyScrolledWindow(wxWindow* parent, const wxWindowID id=-1,