]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/cursor.h
Change GetC to return an int so that it can return wxEOF on error.
[wxWidgets.git] / include / wx / gtk1 / cursor.h
index 963a26182d625376252ed02e4d5fe7d8bcc3d506..30969ed9efde8138355f4faef4eee1c3c66fc8f9 100644 (file)
@@ -33,11 +33,12 @@ public:
 #endif
     wxCursor( const char bits[], int width, int  height,
               int hotSpotX=-1, int hotSpotY=-1,
-              const char maskBits[]=0, wxColour *fg=0, wxColour *bg=0 );
-    ~wxCursor();
+              const char maskBits[] = NULL, const wxColour *fg = NULL, const wxColour *bg = NULL );
+    virtual ~wxCursor();
     bool operator == ( const wxCursor& cursor ) const;
     bool operator != ( const wxCursor& cursor ) const;
-    bool Ok() const;
+    bool Ok() const { return IsOk(); }
+    bool IsOk() const;
 
     // implementation