wxCursor();
wxCursor(const wxImage & image) ;
- wxCursor(const char* const* bits);
wxCursor(const wxString& name,
wxBitmapType type = wxCURSOR_DEFAULT_TYPE,
int hotSpotX = 0, int hotSpotY = 0);
#endif
virtual ~wxCursor();
- bool CreateFromXpm(const char* const* bits);
-
void MacInstall() const ;
void SetHCURSOR(WXHCURSOR cursor);