X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8bbe427f8e5a2078b266e282453595b5a634d35c..40bd6154f1476dbe598c60b4760bbf2fe0d9ab0f:/include/wx/gtk1/cursor.h diff --git a/include/wx/gtk1/cursor.h b/include/wx/gtk1/cursor.h index d274b6be95..fc353d4683 100644 --- a/include/wx/gtk1/cursor.h +++ b/include/wx/gtk1/cursor.h @@ -25,9 +25,7 @@ class wxCursor: public wxObject { - DECLARE_DYNAMIC_CLASS(wxCursor) - - public: +public: wxCursor(); wxCursor( int cursorId ); @@ -38,9 +36,12 @@ class wxCursor: public wxObject bool operator != ( const wxCursor& cursor ) const; bool Ok() const; + // implementation + GdkCursor *GetCursor() const; - // no data :-) +private: + DECLARE_DYNAMIC_CLASS(wxCursor) }; #endif // __GTKCURSORH__