]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/cursor.h
use common AllocExclusive, rather than custom code
[wxWidgets.git] / include / wx / gtk / cursor.h
index f673ab3ae24836f78b32dd87928fc5de7041660a..f4e0f4b71cd475c6da79ec447f4fbbc80eac9ace 100644 (file)
@@ -31,10 +31,11 @@ public:
     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( 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();
+    virtual ~wxCursor();
     bool operator == ( const wxCursor& cursor ) const;
     bool operator != ( const wxCursor& cursor ) const;
     bool operator == ( const wxCursor& cursor ) const;
     bool operator != ( const wxCursor& cursor ) const;
-    bool Ok() const;
+    bool Ok() const { return IsOk(); }
+    bool IsOk() const;
 
     // implementation
 
 
     // implementation