"Construct a Cursor from a file. Specify the type of file using
wx.BITAMP_TYPE* constants, and specify the hotspot if not using a .cur
file.","
"Construct a Cursor from a file. Specify the type of file using
wx.BITAMP_TYPE* constants, and specify the hotspot if not using a .cur
file.","
wxCursor(const wxString& cursorName, long type, int hotSpotX=0, int hotSpotY=0) {
%#ifdef __WXGTK__
wxImage img(cursorName, type);
wxCursor(const wxString& cursorName, long type, int hotSpotX=0, int hotSpotY=0) {
%#ifdef __WXGTK__
wxImage img(cursorName, type);
DocCtorStrName(
wxCursor(const wxImage& image),
"Constructs a cursor from a `wx.Image`. The mask (if any) will be used
DocCtorStrName(
wxCursor(const wxImage& image),
"Constructs a cursor from a `wx.Image`. The mask (if any) will be used