- bool operator == ( const wxCursor& cursor );
- bool operator != ( const wxCursor& cursor );
- bool Ok(void) const;
-
- private:
- public:
-
- friend wxWindow;
-
- GdkCursor *GetCursor(void) const;
-
- // no data :-)
+ bool operator == ( const wxCursor& cursor ) const;
+ bool operator != ( const wxCursor& cursor ) const;
+ bool Ok() const;
+
+ // implementation
+
+ GdkCursor *GetCursor() const;
+
+private:
+ DECLARE_DYNAMIC_CLASS(wxCursor)