X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2c864095a01eeee7516f4608cd66d3235989844f..88f47aa77007c55ec0a8f1a48e429cb0ad050fe5:/include/wx/osx/cursor.h diff --git a/include/wx/osx/cursor.h b/include/wx/osx/cursor.h index 6457153a6c..66516c4113 100644 --- a/include/wx/osx/cursor.h +++ b/include/wx/osx/cursor.h @@ -21,7 +21,6 @@ public: 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); @@ -37,12 +36,13 @@ public: void SetHCURSOR(WXHCURSOR cursor); WXHCURSOR GetHCURSOR() const; -private: - void InitFromStock(wxStockCursor); - +protected: virtual wxGDIRefData *CreateGDIRefData() const; virtual wxGDIRefData *CloneGDIRefData(const wxGDIRefData *data) const; +private: + void InitFromStock(wxStockCursor); + void CreateFromImage(const wxImage & image) ; DECLARE_DYNAMIC_CLASS(wxCursor)