long flags = wxBITMAP_TYPE_CUR_RESOURCE,
int hotSpotX = 0, int hotSpotY = 0);
- bool Ok() const;
- bool operator==(const wxCursor& cursor) const;
- bool operator!=(const wxCursor& cursor) const { return !(*this == cursor); }
+ bool Ok() const { return IsOk(); }
+ bool IsOk() const;
// implementation
wxBitmap GetBitmap() const;