- wxCursor(const wxString& name, long flags = wxBITMAP_TYPE_MACCURSOR_RESOURCE,
- int hotSpotX = 0, int hotSpotY = 0);
+ wxCursor(const wxImage & image) ;
+ wxCursor(const char **bits) ;
+ wxCursor(char **bits) ;
+ wxCursor(const wxString& name, long flags = wxBITMAP_TYPE_MACCURSOR_RESOURCE,
+ int hotSpotX = 0, int hotSpotY = 0);