X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0ef5b1dad1f5d18309d0fdc0b36ad383b58f1a2e..574be073c070a9bbe81ad68e98187b0b9e82c2df:/interface/wx/cursor.h diff --git a/interface/wx/cursor.h b/interface/wx/cursor.h index e60fa4b570..b4c398cdbd 100644 --- a/interface/wx/cursor.h +++ b/interface/wx/cursor.h @@ -80,7 +80,7 @@ @see wxBitmap, wxIcon, wxWindow::SetCursor(), wxSetCursor(), ::wxStockCursor */ -class wxCursor : public wxBitmap +class wxCursor : public wxGDIObject { public: /** @@ -130,10 +130,9 @@ public: @param cursorName The name of the resource or the image file to load. - @param type Icon type to load. It defaults to wxCURSOR_DEFAULT_TYPE, - which is a #define associated to different values on different + which is a @#define associated to different values on different platforms: - under Windows, it defaults to wxBITMAP_TYPE_CUR_RESOURCE. - under MacOS, it defaults to wxBITMAP_TYPE_MACCURSOR_RESOURCE. @@ -207,7 +206,7 @@ public: /** Returns @true if cursor data is present. */ - bool IsOk() const; + virtual bool IsOk() const; /** Assignment operator, using @ref overview_refcount "reference counting".