summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
4c42683)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25940
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxCHECK_MSG(False, NULL,
wxT("wx.Cursor constructor not implemented for wxGTK, use wx.StockCursor, wx.CursorFromImage, or wx.CursorFromBits instead."));
%#else
wxCHECK_MSG(False, NULL,
wxT("wx.Cursor constructor not implemented for wxGTK, use wx.StockCursor, wx.CursorFromImage, or wx.CursorFromBits instead."));
%#else
- return new wxCursor(*cursorName, flags, hotSpotX, hotSpotY);
+ return new wxCursor(*cursorName, type, hotSpotX, hotSpotY);