X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8bbe427f8e5a2078b266e282453595b5a634d35c..b28c70cf9fa9f9bf00f0387d6c7cf241383ad4a0:/include/wx/gtk1/cursor.h?ds=sidebyside 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__