wxCursor( const char bits[], int width, int height,
int hotSpotX=-1, int hotSpotY=-1,
const char maskBits[] = NULL, const wxColour *fg = NULL, const wxColour *bg = NULL );
- ~wxCursor();
- bool operator == ( const wxCursor& cursor ) const;
- bool operator != ( const wxCursor& cursor ) const;
- bool Ok() const;
+ virtual ~wxCursor();
+ bool Ok() const { return IsOk(); }
+ bool IsOk() const;
// implementation